Add Catppuccin theme, home-manage sops-nix integration and update

system modules
This commit is contained in:
Jo 2025-05-12 00:20:08 +02:00
parent fa3bbb2f6f
commit 4dd0860251
12 changed files with 298 additions and 19 deletions

View file

@ -44,7 +44,7 @@ in {
enable-blur = mkOpt bool false "Whether to enable blur-my-shell application blur.";
};
};
wallpaper = mkOpt str (builtins.toString ../wallpapers/mountain_tower_sunset.jpg) "Specify the path of your prefered Gnome wallpaper.";
wallpaper = mkOpt str (builtins.toString ../wallpapers/catppuccin/mountain_tower_sunset.jpg) "Specify the path of your prefered Gnome wallpaper.";
};
config = mkIf osConfig.${namespace}.desktop.gnome.enable {