non important commit
This commit is contained in:
parent
ac7e102e77
commit
85a206d946
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
hardware = {
|
||||
graphics.enable = true;
|
||||
enable32Bit = true;
|
||||
|
||||
nvidia = {
|
||||
modesetting.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
programs = {
|
||||
steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
extraPackages = with pkgs; [freetype];
|
||||
};
|
||||
|
||||
gamemode.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue