This commit is contained in:
Kopatz
2026-01-21 11:17:55 +01:00
parent c2c3ea5a64
commit 2f35c74fc2
5 changed files with 61 additions and 64 deletions

View File

@@ -16,8 +16,7 @@ in
config = mkIf cfg.enable {
documentation.dev.enable = true;
programs.adb.enable = true;
environment.systemPackages = with pkgs; [ android-studio ];
environment.systemPackages = with pkgs; [ android-studio android-tools ];
users.users.${config.mainUser.name}.extraGroups = [
"adbusers"
"kvm"

View File

@@ -29,6 +29,7 @@ in
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
localNetworkGameTransfers.openFirewall = true;
gamescopeSession.enable = true;
extraCompatPackages = with pkgs; [
proton-ge-bin