1

Modules/Color: Add options for icon and cursor packages

This commit is contained in:
2025-11-14 14:30:46 +01:00
parent 84d93f3968
commit 0980fe5297
7 changed files with 31 additions and 7 deletions

View File

@ -63,7 +63,9 @@ in
font = builtins.head nixosConfig.fonts.fontconfig.defaultFonts.monospace;
cursor = "miku-cursor-linux";
cursorSize = 64;
cursorPackage = inputs.waifu-cursors.packages.${pkgs.system}.all;
iconTheme = "Papirus";
iconPackage = pkgs.papirus-icon-theme;
wallpaper = "Windows";
accent = "mauve";
@ -100,6 +102,7 @@ in
trails.enable = true;
hyprspace.enable = false; # Always broken
hyprpanel.enable = false;
caelestia.enable = true;
keybindings = {
main-mod = "SUPER";