summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vali.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/vali.nix b/vali.nix
index a4d7608a..c15d03e8 100644
--- a/vali.nix
+++ b/vali.nix
@@ -116,4 +116,6 @@ rec {
116 }; 116 };
117 117
118 hardware.opengl.driSupport32Bit = true; 118 hardware.opengl.driSupport32Bit = true;
119
120 nixpkgs.config.allowUnfree = true;
119} 121}