diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-15 20:00:50 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-15 20:00:50 -0600 |
| commit | 69e586190a2fa43250b9ee737ced6ffe76664b24 (patch) | |
| tree | f025b180c7b2044701c3342894e3d05c2c0f3072 /modules | |
| parent | c89714f8d5fdd81bb66ce9cceffb737edaaeddbb (diff) | |
messing with hyprland
Diffstat (limited to 'modules')
| -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; }; |
