From 08e36e48f295cbcd1fb040d17591b90bff77035c Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 26 Jun 2024 16:35:25 -0400 Subject: [PATCH] feat(wms): add sway --- modules/nixos/protocols/wayland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;