major changes

This commit is contained in:
kenji
2025-07-20 08:57:22 -05:00
parent b86499aec5
commit 562d1f30e4
6 changed files with 16 additions and 2 deletions
+4
View File
@@ -6,6 +6,10 @@
environment.systemPackages = with pkgs; [
steam-run
];
programs.appimage.enable = true;
programs.appimage.binfmt = true;
programs.steam = {
enable = true;
remotePlay.openFirewall = true;