aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktops/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/desktops/hyprland.nix')
-rw-r--r--modules/user/desktops/hyprland.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/user/desktops/hyprland.nix b/modules/user/desktops/hyprland.nix
deleted file mode 100644
index bc369bc..0000000
--- a/modules/user/desktops/hyprland.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ config, lib, options, ... }:
-{
- options.desktops = {
- enable = lib.mkOption { type = with lib.types; nullOr (enum [ "hyprland" ]); };
- };
-}