diff --git a/hyprland-system.nix b/hyprland-system.nix index cb0213a..f2bd0fa 100644 --- a/hyprland-system.nix +++ b/hyprland-system.nix @@ -10,4 +10,13 @@ hyprpolkitagent hyprcursor ]; + + # program enables + programs.hyprland = { + enable = true; + withUSWM = true; + }; + programs.hyprlock.enable = true; + programs.hypridle.enable = true; + programs.wofi.enable = true; } diff --git a/hyprland.nix b/hyprland.nix index c42e910..6fa5c48 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -1,15 +1,6 @@ { pkgs, ... }: { - # program enables - programs.hyprland = { - enable = true; - withUSWM = true; - }; - programs.hyprlock.enable = true; - programs.hypridle.enable = true; - programs.wofi.enable = true; - # some env vars for improvement sessionVariables = { NIXOS_OZONE_WL = "1";