From f586272c61d294703f54aa8248d036ed505d6050 Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Tue, 15 Jul 2025 19:44:37 -0500 Subject: [PATCH] NVIDIA implies unfree --- nixos/features/gpu/nvidia.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/features/gpu/nvidia.nix b/nixos/features/gpu/nvidia.nix index 9723301..7849887 100644 --- a/nixos/features/gpu/nvidia.nix +++ b/nixos/features/gpu/nvidia.nix @@ -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;