chore: remove GUI/steam from jeremiah

This commit is contained in:
Greg Hellings
2026-02-19 19:56:15 -06:00
parent e514982fb6
commit 426a85e357
2 changed files with 2 additions and 29 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ pkgs, ... }:
{ ... }:
{
xdg.autostart.entries = [
"${pkgs.steam}/share/applications/steam.desktop"
#"${pkgs.steam}/share/applications/steam.desktop"
];
}