From e8e534a4ad5d3ed46abe767cf3eca7e370782bca Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 12 Jun 2024 10:13:43 -0400 Subject: [PATCH] fix(greetd): add necessary newline to hyprland conf --- modules/greetd/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/greetd/hyprland.nix b/modules/greetd/hyprland.nix index 26d42e7..f3e08ab 100644 --- a/modules/greetd/hyprland.nix +++ b/modules/greetd/hyprland.nix @@ -53,6 +53,7 @@ in { env = WLR_NO_HARDWARE_CURSORS,1 '') + (concatStringsSep "\n" (map (x: "monitor=${x}") monitors)) + + "\n" + # hyprlang ''