mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 16:15:33 -05:00
Installing Steam
This commit is contained in:
parent
7dbd87eb85
commit
805cd04224
1 changed files with 9 additions and 1 deletions
|
|
@ -146,7 +146,15 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Install firefox.
|
# Install firefox.
|
||||||
programs.firefox.enable = true;
|
programs = {
|
||||||
|
firefox = enable;
|
||||||
|
|
||||||
|
steam = {
|
||||||
|
enable = true;
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
|
dedicatedServer.openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue