make nix index shallow

readd distrobox
add ts6-client
setup vscode for  python
This commit is contained in:
2025-06-17 19:20:29 +01:00
parent 6981f2cee2
commit 55c0df89fd
7 changed files with 36 additions and 8 deletions

View File

@@ -4,6 +4,14 @@
hardware.graphics.enable32Bit = true; # For 32 bit applications
hardware.steam-hardware.enable = true;
programs.gamemode.enable = true;
programs.gamescope = {
enable = true;
# capSysNice = true;
# args = [
# "-H 1080"
# ];
};
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
@@ -26,8 +34,6 @@
];
};
};
programs.gamemode.enable = true;
programs.gamescope.enable = true;
programs.cdemu.enable = true; # Remember to add users to the cdrom group for this to work
}