summaryrefslogtreecommitdiff
path: root/modules/nixos/hyprland.nix
diff options
context:
space:
mode:
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 36dcba5..e760146 100644
--- a/modules/nixos/hyprland.nix
+++ b/modules/nixos/hyprland.nix
@@ -36,7 +36,7 @@
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
# ];