diff options
Diffstat (limited to 'users/seth/programs/default.nix')
| -rw-r--r-- | users/seth/programs/default.nix | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index ad29b83..9fa1936 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -19,9 +19,7 @@ in { catppuccin.homeManagerModules.catppuccin nix-index-database.hmModules.nix-index - ./bat.nix ./chromium.nix - ./eza.nix ./firefox ./git.nix ./gpg.nix @@ -42,12 +40,18 @@ in { restic ]; - catppuccin.flavour = "mocha"; + catppuccin = { + enable = true; + flavour = "mocha"; + }; programs = { - btop = { + bat.enable = true; + btop.enable = true; + + eza = { enable = true; - catppuccin.enable = true; + icons = true; }; direnv = { @@ -55,8 +59,6 @@ in { nix-direnv.enable = true; }; - glamour.catppuccin.enable = true; - ripgrep.enable = true; nix-index-database.comma.enable = true; |
