summaryrefslogtreecommitdiff
path: root/modules/nixos/hyprland.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-05-15 20:00:50 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-05-15 20:00:50 -0600
commit69e586190a2fa43250b9ee737ced6ffe76664b24 (patch)
treef025b180c7b2044701c3342894e3d05c2c0f3072 /modules/nixos/hyprland.nix
parentc89714f8d5fdd81bb66ce9cceffb737edaaeddbb (diff)
messing with hyprland
Diffstat (limited to 'modules/nixos/hyprland.nix')
-rw-r--r--modules/nixos/hyprland.nix2
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;
};