non important commit
This commit is contained in:
parent
c78b3b49f2
commit
176052c33f
1 changed files with 4 additions and 2 deletions
|
|
@ -5,8 +5,10 @@
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
localNetworkGameTransfers.openFirewall = true;
|
localNetworkGameTransfers.openFirewall = true;
|
||||||
extraPackages = with pkgs; [freetype];
|
extraPackages = with pkgs; [
|
||||||
extraLibraries = p: with p; [freetype];
|
freetype
|
||||||
|
fontconfig
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
gamemode.enable = true;
|
gamemode.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue