direnv
This commit is contained in:
parent
988155162d
commit
00ba15ab51
3 changed files with 20 additions and 5 deletions
|
|
@ -139,13 +139,16 @@
|
|||
package = pkgs.gitFull;
|
||||
};
|
||||
|
||||
|
||||
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
|
||||
};
|
||||
|
||||
# List packages installed in system profile.
|
||||
# environment.systemPackages = [];
|
||||
environment = {
|
||||
pathsToLink = ["/share/zsh"];
|
||||
|
||||
# List packages installed in system profile.
|
||||
# systemPackages = [];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue