summaryrefslogtreecommitdiff
path: root/users/seth/programs/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-10 21:03:13 -0400
committerseth <[email protected]>2024-05-10 21:30:32 -0400
commit1ec692c24c5b3345e6d7fe1445f2a51b1e322f03 (patch)
tree4ee89705818476283d5759ebbed19aa4a8327cda /users/seth/programs/default.nix
parenteb14eca101346dc5acf005060b07efd33c484556 (diff)
seth: use global catppuccin.enable
Diffstat (limited to 'users/seth/programs/default.nix')
-rw-r--r--users/seth/programs/default.nix16
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;