test
This commit is contained in:
parent
2dfb483d67
commit
ba1cc06f34
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue