From 00085b663dbe8b9f903a9648bdf596ef63719585 Mon Sep 17 00:00:00 2001 From: Rosa Date: Mon, 12 Jan 2026 21:40:55 -0500 Subject: initial swayfx module --- modules/user/desktops/hyprland.nix | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 modules/user/desktops/hyprland.nix (limited to 'modules/user/desktops/hyprland.nix') 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" ]); }; - }; -} -- cgit v1.3.1