diff options
Diffstat (limited to 'modules/hm/sils/sway.nix')
| -rw-r--r-- | modules/hm/sils/sway.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/hm/sils/sway.nix b/modules/hm/sils/sway.nix deleted file mode 100644 index 4298dd0..0000000 --- a/modules/hm/sils/sway.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.sils.sway; -in { - options.sils.sway.enable = lib.mkEnableOption "sway"; - config = lib.mkIf cfg.enable { - wayland.windowManager.sway = { - enable = true; - config = { - }; - }; - }; -} |
