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