Move sway into desktops

This commit is contained in:
TheWanderingCrow 2024-10-05 11:33:22 -04:00
parent 021204c695
commit a25cc4f75e

View file

@ -2,7 +2,7 @@
options.desktop.sway.enable = lib.mkEnableOption "enables sway";
config = {
programs.sway = lib.mkIf config.sway.enable {
programs.sway = lib.mkIf config.desktop.sway.enable {
enable = true;
xwayland.enable = true;
};