This commit is contained in:
iFargle 2023-08-23 17:22:49 +09:00
parent 2dfb483d67
commit ba1cc06f34

View file

@ -63,6 +63,9 @@
# https://github.com/NixOS/nixpkgs/pull/211300
# https://github.com/NixOS/nixpkgs/pull/244060
# Allow unfree for nvidia-x11
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "nvidia-x11" ];
hardware = {
opengl.enable = true;
opengl.driSupport32Bit = true;