Commit Graph

3 Commits

Author SHA1 Message Date
redbeardymcgee
17b02a86f8 fastfetch: convert config to nix
The config was previously in `jsonc` format. This isn't
necessarily a problem, but `jsonc` is very obviously
a worse format than the `nix` DSL! (maybe)

At the least, this enabled changing a very, very long line
easily to an embedded shell script with embedded syntax
highlighting on at least `neovim` with `tree-sitter`.

This change also makes the embedded shell script an actual
real executable shell script that goes into the nix store.
It doesn't serve much value, but why not have a reusable
script when it's free as a result of other improvements?
2024-07-12 22:17:26 -05:00
Tyler Kelley
e4b2362738 Updated the fastfetch config 2024-06-17 16:08:25 -05:00
Tyler Kelley
439edee52b Update to using fastfetch as is just better 2024-06-17 15:35:44 -05:00