1

Modules/Color: Move wallpaper selection from hyprland module to color module

This commit is contained in:
2025-07-20 15:17:53 +02:00
parent 64baf78562
commit 1daed2cd4f
18 changed files with 84 additions and 76 deletions

View File

@ -54,11 +54,11 @@
color = {
scheme = "catppuccin-mocha";
font = builtins.head nixosConfig.fonts.fontconfig.defaultFonts.monospace;
wallpaper = "Windows";
bg = "base";
text = "text";
accent = "mauve";
accentHL = "pink";
accentHl = "pink";
accentDim = "lavender";
accentText = "base";
};
@ -84,7 +84,6 @@
hyprland = {
enable = !headless;
dunst.enable = !config.modules.hyprpanel.enable; # Disable for hyprpanel
wallpaper = "City-Outlook";
keybindings = {
main-mod = "SUPER";