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 = { programs.bash = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;

View File

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

View File

@@ -64,12 +64,6 @@
# NetworkManager # NetworkManager
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
# Catppuccin
catppuccin = {
enable = true;
flavor = "mocha";
};
# Android debug tools # Android debug tools
programs.adb.enable = true; programs.adb.enable = true;

View File

@@ -26,6 +26,8 @@
# Catppuccin # Catppuccin
catppuccin = { catppuccin = {
enable = true;
flavor = "mocha";
sddm = { sddm = {
enable = true; enable = true;
background = "/home/chase/nix-config/home/wallpaper.jpg"; background = "/home/chase/nix-config/home/wallpaper.jpg";