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;
|
||||
dedicatedServer.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
extraPackages = with pkgs; [freetype];
|
||||
extraLibraries = p: with p; [freetype];
|
||||
extraPackages = with pkgs; [
|
||||
freetype
|
||||
fontconfig
|
||||
];
|
||||
};
|
||||
|
||||
gamemode.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue