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