fix(greetd): add necessary newline to hyprland conf
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-06-12 10:13:43 -04:00
parent 6ddeafa403
commit e8e534a4ad

View file

@ -53,6 +53,7 @@ in {
env = WLR_NO_HARDWARE_CURSORS,1
'')
+ (concatStringsSep "\n" (map (x: "monitor=${x}") monitors))
+ "\n"
+
# hyprlang
''