Fix typo in hypr/extra.conf definition

This commit is contained in:
Evie Litherland-Smith 2023-09-04 09:13:06 +01:00
parent 5a79050d2b
commit 4df29b1120

View file

@ -60,6 +60,6 @@ in {
wallpaper = ,${wallpapers.outputs.default}
'';
"hypr/macchiato.conf".source = ./macchiato.conf;
"hypr/extra.conf".source = lib.mkDefault "";
"hypr/extra.conf" = lib.mkDefault { text = ""; };
};
}