addsteam
, prismlauncher
,and heroic
This commit is contained in:
parent
95de2cc67d
commit
68f78e8f7f
2 changed files with 15 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
./nixos/catppuccin.nix
|
||||
./nixos/configuration.nix
|
||||
./nixos/environment.nix
|
||||
./nixos/gaming.nix
|
||||
./nixos/git.nix
|
||||
./nixos/gui-pkgs.nix
|
||||
./nixos/nvidia.nix
|
||||
|
|
14
nixos/gaming.nix
Normal file
14
nixos/gaming.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.steam = {
|
||||
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
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
heroic #FIXME - desktop entries are not added (KDE PLlasma)
|
||||
protonup-qt
|
||||
protontricks
|
||||
winetricks
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue