This commit is contained in:
Nilstrieb 2023-05-26 20:38:37 +02:00
parent e3d2329dc6
commit 2bafa6153f
2 changed files with 14 additions and 1 deletions

View file

@ -42,7 +42,6 @@
# Add stuff for your user as you see fit:
programs.neovim.enable = true;
home.packages = with pkgs; [
steam
discord
spotify
];

View file

@ -154,6 +154,13 @@
os-prober
git
fish
(steam.override {
withPrimus = true;
withJava = true;
extraPkgs = pkgs: [ bumblebee glxinfo ];
}).run
# Wine for 32 and 64 bit applications
wineWowPackages.stable
];
# Some programs need SUID wrappers, can be configured further or are
@ -164,6 +171,13 @@
# enableSSHSupport = true;
# };
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
};
programs.java.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];