From ce48027b780053273f01c0558fc01ac446d99c1c Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 19:22:08 -0400 Subject: [PATCH] hyprland: added missing }; --- modules/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 8bfe4f4d..ee08b084 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -10,6 +10,7 @@ greeters.slick = { enable = true; extraConfig = ''enable-hidpi=on''; + }; }; programs.hyprland.enable = true; services.power-profiles-daemon.enable = true;