feat(wms): add sway

This commit is contained in:
zackartz 2024-06-26 16:35:25 -04:00
parent 41940d1727
commit 08e36e48f2
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -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;