From c5df241cef1b62f174a9fb6aa52ee711963c307a Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 24 May 2024 23:27:18 -0600 Subject: weird merge and update --- modules/nixos/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/nixos') 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; }; -- cgit v1.2.3