Fix typo in hypr/extra.conf definition
This commit is contained in:
parent
5a79050d2b
commit
4df29b1120
|
@ -60,6 +60,6 @@ in {
|
||||||
wallpaper = ,${wallpapers.outputs.default}
|
wallpaper = ,${wallpapers.outputs.default}
|
||||||
'';
|
'';
|
||||||
"hypr/macchiato.conf".source = ./macchiato.conf;
|
"hypr/macchiato.conf".source = ./macchiato.conf;
|
||||||
"hypr/extra.conf".source = lib.mkDefault "";
|
"hypr/extra.conf" = lib.mkDefault { text = ""; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue