Move catppuccin config from base to desktop

This commit is contained in:
2025-10-19 13:29:52 -04:00
parent c306c61284
commit c733de13cf
4 changed files with 7 additions and 11 deletions

View File

@@ -49,11 +49,6 @@
};
};
catppuccin = {
enable = true;
flavor = "mocha";
};
programs.bash = {
enable = true;
enableCompletion = true;

View File

@@ -7,6 +7,11 @@
./base.nix
];
catppuccin = {
enable = true;
flavor = "mocha";
};
programs.emacs = {
enable = true;
package = pkgs.emacs-pgtk;