diff --git a/home/apps/i3.nix b/home/apps/i3.nix index 854666b..3f8a3e6 100644 --- a/home/apps/i3.nix +++ b/home/apps/i3.nix @@ -425,7 +425,7 @@ in { }; }; - wayland.windowManager.sway = { + wayland.windowManager.sway = lib.mkIf isLinux { enable = true; config = commonConfig {wayland = true;}