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;