Setting up rotating wallpapers

This commit is contained in:
2026-03-17 15:35:35 +00:00
parent 7957cccb8c
commit 1c7f74348c
115 changed files with 165 additions and 2036 deletions
-4
View File
@@ -33,13 +33,9 @@ in
settings.general."col.active_border" = lib.mkForce "0xff97cbcd 0xff89b4fa";
};
#wayland.windowManager.hyprland.settings.general."col.active_border" = lib.mkForce "0xffffffff";
# Merge all xdg.configFile definitions
xdg.configFile = otherConfigs // {
"hypr/hyprland.conf".text = ''
${builtins.readFile "${flakeRoot}/assets/hyprland/conf/hypr/hyprland.conf"}
# Your manual settings will go below this line and will not be overwritten:
'';
"hypr/.keep".text = "";
};