summaryrefslogtreecommitdiff
path: root/modules/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hyprland.nix')
-rw-r--r--modules/hyprland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index f3e35fa..471f696 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -2,6 +2,6 @@
{
programs.hyprland = {
enable = true;
- package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
+ # package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};
}