relative path
This commit is contained in:
parent
e0ec1e606f
commit
5f12976920
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ in
|
||||||
"$lockScreen" = "hyprlock";
|
"$lockScreen" = "hyprlock";
|
||||||
|
|
||||||
"$mainMod" = "SUPER";
|
"$mainMod" = "SUPER";
|
||||||
source = "${builtins.getEnv "PWD"}/.cache/wal/colors-hyprland.conf";
|
source = "${../../../.cache/wal/colors-hyprland.conf}";
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
++ (lib.forEach configs (config: import config))
|
++ (lib.forEach configs (config: import config))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue