deck user for jovian

This commit is contained in:
2026-03-03 21:59:25 +01:00
parent 2ece6d0917
commit a2cc89d028

View File

@@ -2,7 +2,7 @@
flake.nixosModules.jovian = { ... }:{ flake.nixosModules.jovian = { ... }:{
jovian.steam.enable = true; jovian.steam.enable = true;
jovian.steam.autoStart = true; jovian.steam.autoStart = true;
#jovian.steam.user = user; jovian.steam.user = deck;
jovian.steam.desktopSession = "gnome"; jovian.steam.desktopSession = "gnome";
}; };
} }