fix(greetd): add necessary newline to hyprland conf
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
6ddeafa403
commit
e8e534a4ad
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ in {
|
|||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
'')
|
||||
+ (concatStringsSep "\n" (map (x: "monitor=${x}") monitors))
|
||||
+ "\n"
|
||||
+
|
||||
# hyprlang
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue