Skip to content

Commit

Permalink
Enable OpenGL 32 bit DRI
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 23, 2023
1 parent 3625302 commit d0dd0ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nixos/roles/steambox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ in
microsoft-edge
];

hardware.opengl.driSupport32Bit = true;

# Enable the KDE Desktop Environment.
services.xserver = {
enable = true;
Expand All @@ -54,8 +56,5 @@ in
};
};
};

#systemd.extraConfig = "DefaultLimitNOFILE=1048576";
#boot.kernelPackages = pkgs.linuxPackages_latest;
};
}

0 comments on commit d0dd0ab

Please sign in to comment.