Fix zsh history bug, add packages for gaming and printing

This commit is contained in:
2025-10-10 19:38:57 -04:00
parent 6b6ec3cb9e
commit fe88fd04c2
4 changed files with 16 additions and 2 deletions

View File

@@ -100,6 +100,9 @@
# Install Steam
programs.steam = {
enable = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;