From 49aea0dbed7cc4a3f26c7beff624c35aaf48a470 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 28 Jun 2025 16:08:10 -0400 Subject: add swaywm --- modules/desktops/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/desktops/default.nix') diff --git a/modules/desktops/default.nix b/modules/desktops/default.nix index 37197c2..974ec89 100644 --- a/modules/desktops/default.nix +++ b/modules/desktops/default.nix @@ -10,6 +10,7 @@ in { imports = [ ./hyprland + ./sway ./wayland.nix ]; @@ -17,6 +18,7 @@ in { enable = mkEnableOption "Enable baseline desktop utils and programs."; wayland = mkEnableOption "Enable wayland desktop components."; hyprland = mkEnableOption "Install the Hyprland desktop."; + sway = mkEnableOption "Install the sway desktop."; }; config = mkIf cfg.enable { -- cgit v1.2.3-freya