Fixing Cross for rust
This commit is contained in:
parent
ff0697543e
commit
1c56733f9e
1 changed files with 14 additions and 6 deletions
|
@ -172,12 +172,20 @@
|
||||||
#noto-fonts-emoji
|
#noto-fonts-emoji
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.steam = {
|
programs = {
|
||||||
enable = true;
|
steam = {
|
||||||
remotePlay.openFirewall =
|
enable = true;
|
||||||
true; # Open ports in the firewall for Steam Remote Play
|
remotePlay.openFirewall =
|
||||||
dedicatedServer.openFirewall =
|
true; # Open ports in the firewall for Steam Remote Play
|
||||||
true; # Open ports in the firewall for Source Dedicated Server
|
dedicatedServer.openFirewall =
|
||||||
|
true; # Open ports in the firewall for Source Dedicated Server
|
||||||
|
};
|
||||||
|
|
||||||
|
bash ={
|
||||||
|
shellAliases = {
|
||||||
|
cross="NIX_STORE=/nix/store cross";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue