diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-12 21:40:55 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-12 21:40:55 -0500 |
| commit | 00085b663dbe8b9f903a9648bdf596ef63719585 (patch) | |
| tree | 2c3011695d2de65ce4c77a7c6550d59e1df42a87 /modules/user/desktops | |
| parent | 5570be9c9c64e0ba2474d73c2b6b23508b916fd6 (diff) | |
initial swayfx module
Diffstat (limited to 'modules/user/desktops')
| -rw-r--r-- | modules/user/desktops/default.nix | 12 | ||||
| -rw-r--r-- | modules/user/desktops/hyprland.nix | 6 |
2 files changed, 0 insertions, 18 deletions
diff --git a/modules/user/desktops/default.nix b/modules/user/desktops/default.nix deleted file mode 100644 index 36446f9..0000000 --- a/modules/user/desktops/default.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, lib, options, ... }: -{ - imports = [ - ./hyprland.nix - ]; - - options.desktops.enable = lib.mkOption { - description = "Which desktop setup to enable"; - default = null; - type = with lib.types; nullOr (enum [ ]); - }; -} 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" ]); }; - }; -} |
