enabled steam rather than installed package.

This commit is contained in:
2026-03-09 13:36:27 -05:00
parent 8b67e31c3b
commit b29f2c396c

View File

@@ -5,7 +5,6 @@
#Games #Games
ckan ckan
steam
steam-run steam-run
#Media #Media
@@ -22,5 +21,8 @@
texstudio texstudio
texliveFull texliveFull
]; ];
programs.steam = {
enable = true;
};
}; };
} }