summaryrefslogtreecommitdiff
path: root/modules/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos')
-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;
};