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