This commit is contained in:
2026-03-03 20:51:23 +01:00
parent 06d690fbbf
commit cc0bede8e0

View File

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