NVIDIA implies unfree

This commit is contained in:
Lauren Lagarde 2025-07-15 19:44:37 -05:00
parent 3440111c0f
commit f586272c61

View file

@ -1,5 +1,7 @@
# https://community.frame.work/t/egpu-gtx-1060-6gb-working-great-on-nixos-on-the-12th-gen-framework/40919
{ config, ... }: {
nixpkgs.config.allowUnfree = true;
# Enable OpenGL
hardware.graphics.enable = true;
hardware.graphics.enable32Bit = true;