fix sourcing

This commit is contained in:
Benjamin Palko 2024-07-21 10:31:51 -04:00
parent 5db1a379e4
commit a257d309d9

View file

@ -12,7 +12,6 @@ in
{
wayland.windowManager.hyprland = {
enable = true;
extraConfig = builtins.readFile /home/benjamin/.cache/wal/colors-hyprland.conf;
settings = lib.mkMerge (
[
{
@ -23,6 +22,7 @@ in
"$lockScreen" = "hyprlock";
"$mainMod" = "SUPER";
source = "${builtins.getEnv "PWD"}/.cache/wal/colors-hyprland.conf";
}
]
++ (lib.forEach configs (config: import config))