mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-01 03:55:26 +08:00
vixen: Steam
This commit is contained in:
parent
89b76cb924
commit
df1856ea79
2 changed files with 8 additions and 4 deletions
|
|
@ -12,6 +12,7 @@ in
|
|||
(self + /modules/nixos/linux/gui/hyprland.nix)
|
||||
(self + /modules/nixos/linux/gui/gnome.nix)
|
||||
(self + /modules/nixos/linux/gui/desktopish/fonts.nix)
|
||||
(self + /modules/nixos/linux/gui/desktopish/steam.nix)
|
||||
(self + /modules/nixos/linux/gui/_1password.nix)
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
steam
|
||||
];
|
||||
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
|
||||
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
|
||||
};
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/47932#issuecomment-447508411
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
# hardware.opengl.driSupport32Bit = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue