diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-24 23:27:18 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-24 23:27:18 -0600 |
| commit | c5df241cef1b62f174a9fb6aa52ee711963c307a (patch) | |
| tree | b104671adf833c7d2cf56c6fb2023bc436454beb /modules/nixos/hyprland.nix | |
| parent | be2417e860e5c63033ee579b2f0246013d4a4313 (diff) | |
weird merge and update
Diffstat (limited to 'modules/nixos/hyprland.nix')
| -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; }; |
