feat(wms): add sway
This commit is contained in:
parent
41940d1727
commit
08e36e48f2
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue