add steam
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
e84b25e1a6
commit
3fc1292603
@ -11,6 +11,7 @@
|
||||
./polkit.nix
|
||||
./pipewire.nix
|
||||
./fingerprint.nix
|
||||
./steam.nix
|
||||
];
|
||||
|
||||
time.timeZone = "America/New_York";
|
||||
|
16
users/alice/systems/artemision/steam.nix
Normal file
16
users/alice/systems/artemision/steam.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
extraCompatPackages = with pkgs; [ proton-ge-bin ];
|
||||
extest.enable = true;
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user