diff --git a/modules/nixos/protocols/wayland/default.nix b/modules/nixos/protocols/wayland/default.nix index 920f71f..3c604a5 100644 --- a/modules/nixos/protocols/wayland/default.nix +++ b/modules/nixos/protocols/wayland/default.nix @@ -18,6 +18,7 @@ in { environment.etc."greetd/environments".text = '' bspwm Hyprland + sway ''; services = { @@ -25,7 +26,7 @@ in { enable = true; settings = rec { initial_session = { - command = "Hyprland"; + command = "sway"; user = "zack"; }; default_session = initial_session;