This commit is contained in:
zoey 2026-01-13 15:39:16 -05:00
parent 6198cf14d4
commit 1506941c66
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
49 changed files with 1963 additions and 1822 deletions

View file

@ -50,22 +50,22 @@
options = ["--cmd cd"];
};
catppuccin.btop.enable = true;
programs.btop = {
enable = true;
catppuccin.enable = true;
extraConfig = ''
update_ms = 100
vim_keys = true
'';
};
catppuccin.lazygit.enable = true;
programs.lazygit = {
enable = true;
catppuccin.enable = true;
};
catppuccin.fzf.enable = true;
programs.fzf = {
enable = true;
catppuccin.enable = true;
};
}