1
0
Fork 0

Fixing Cross for rust

This commit is contained in:
Jarkko Toivanen 2023-05-02 01:20:15 +03:00
parent ff0697543e
commit 1c56733f9e

View file

@ -172,12 +172,20 @@
#noto-fonts-emoji
];
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
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
};
bash ={
shellAliases = {
cross="NIX_STORE=/nix/store cross";
};
};
};
programs.dconf.enable = true;