Move snowflake to all systems, modify ly's sorting behavior
This commit is contained in:
parent
8d16c69725
commit
da6df2f98e
12 changed files with 22 additions and 36 deletions
|
@ -14,5 +14,19 @@
|
|||
|
||||
services.dbus.enable = true;
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
services.displayManager.ly.settings.waylandsessions = "/etc/greetd/environments";
|
||||
environment.etc = {
|
||||
"greetd/environments/sway.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Name=Sway
|
||||
Exec=sway --unsupported-gpu
|
||||
'';
|
||||
"greetd/environments/niri.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Name=Niri
|
||||
Exec=niri-session
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue