diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-22 04:07:12 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-22 04:07:12 -0600 |
| commit | 7b88c1f9d6d9d5018829c32c636630c65d0f9e92 (patch) | |
| tree | 2dd84da0fceb76c9394c79911b2e9f5dda7f848d /modules/nixos | |
| parent | 6432bc2ed5f3fbadef07b20ad5d769ba426b37ea (diff) | |
| parent | be2417e860e5c63033ee579b2f0246013d4a4313 (diff) | |
Merge branch 'master' of ssh://bosco:/srv/git/.flake
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index f19f052..c6c97ed 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -32,7 +32,7 @@ programs = { hyprland = { enable = true; - package = inputs.hyprland.packages.${pkgs.system}.hyprland; + # package = inputs.hyprland.packages.${pkgs.system}.hyprland; # nvidiaPatches = true; }; |
