Move catppuccin config from base to desktop
This commit is contained in:
@@ -49,11 +49,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
||||
@@ -7,6 +7,11 @@
|
||||
./base.nix
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-pgtk;
|
||||
|
||||
@@ -64,12 +64,6 @@
|
||||
# NetworkManager
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Catppuccin
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
# Android debug tools
|
||||
programs.adb.enable = true;
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
|
||||
# Catppuccin
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
sddm = {
|
||||
enable = true;
|
||||
background = "/home/chase/nix-config/home/wallpaper.jpg";
|
||||
|
||||
Reference in New Issue
Block a user