fix sourcing
This commit is contained in:
parent
5db1a379e4
commit
a257d309d9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ in
|
||||||
{
|
{
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = builtins.readFile /home/benjamin/.cache/wal/colors-hyprland.conf;
|
|
||||||
settings = lib.mkMerge (
|
settings = lib.mkMerge (
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
@ -23,6 +22,7 @@ in
|
||||||
"$lockScreen" = "hyprlock";
|
"$lockScreen" = "hyprlock";
|
||||||
|
|
||||||
"$mainMod" = "SUPER";
|
"$mainMod" = "SUPER";
|
||||||
|
source = "${builtins.getEnv "PWD"}/.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