From 988f4d05e435d128f26b239180a37fdac35fe2b7 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 21 Oct 2024 01:01:10 -0700 Subject: Add nVidia patches --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 1f4435c..8009bc3 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ home-manager.users.nipsy = import ./home/nipsy/arrakis.nix; } sops-nix.nixosModules.sops - { nixpkgs.overlays = [ inputs.nvidia-patch.overlays.default ]; } + ({ config, pkgs, ... }: { nixpkgs.overlays = [ nvidia-patch.overlays.default ]; }) ]; }; -- cgit v1.2.3