Commit Graph

9 Commits

Author SHA1 Message Date
redbeardymcgee
389e02e602 fastfetch: dedupe repetitive values 2024-07-13 17:32:16 -05:00
redbeardymcgee
7b1b8e5655 fastfetch: unused binding 2024-07-12 23:29:22 -05:00
redbeardymcgee
c5ca4440cd fastfetch: stop being fancy with command 2024-07-12 23:28:41 -05:00
redbeardymcgee
1cd920f114 fastfetch: use outputColor not ansi 2024-07-12 23:03:27 -05:00
redbeardymcgee
a8dfa34bf9 fastfetch: wrap in settings attrset 2024-07-12 22:48:33 -05:00
redbeardymcgee
653c7ad319 fastfetch: actually enable the module 2024-07-12 22:30:32 -05:00
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