diff options
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/hyprland.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index c6c97ed..1a0c42e 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -32,7 +32,10 @@ programs = { hyprland = { enable = true; - # package = inputs.hyprland.packages.${pkgs.system}.hyprland; + package = inputs.hyprland.packages.${pkgs.system}.hyprland; + # package = with inputs.nixpkgs-unstable.pkgs; [ + # hyprland + # ]; # nvidiaPatches = true; }; |
