feat(bbsteamie): switch to wayland session
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-04 22:37:29 -04:00
parent 23ee3bfab9
commit 7a751624f9

View file

@ -8,8 +8,7 @@
inherit (lib) getExe mkForce;
inherit (config.vars) mainUser;
# FIXME: switch to wayland when possible
defaultSession = "plasmax11";
defaultSession = "plasma";
switch-session = pkgs.writeShellApplication {
name = "switch-session";
@ -122,7 +121,7 @@ in {
enable = true;
user = mainUser;
desktopSession = config.services.displayManager.defaultSession;
desktopSession = defaultSession;
};
jovian.decky-loader = {