Properly coloured border

This commit is contained in:
2026-03-17 14:37:52 +00:00
parent ce00e10d98
commit 73646eec63
-4
View File
@@ -742,13 +742,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 = "";
};