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 = '' environment.etc."greetd/environments".text = ''
bspwm bspwm
Hyprland Hyprland
sway
''; '';
services = { services = {
@ -25,7 +26,7 @@ in {
enable = true; enable = true;
settings = rec { settings = rec {
initial_session = { initial_session = {
command = "Hyprland"; command = "sway";
user = "zack"; user = "zack";
}; };
default_session = initial_session; default_session = initial_session;