From 3d1b934eb399469651342b5b0d61f90ef2616507 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 21 Oct 2024 00:49:55 -0700 Subject: Add nVidia patches --- hosts/arrakis/hardware-configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/arrakis/hardware-configuration.nix') diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index e1b7dc0..67c3ee1 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{ config, inputs, lib, nvidia-patch, pkgs, modulesPath, ... }: { imports = @@ -88,6 +88,8 @@ { device = "/dev/disk/by-label/swap2"; } ]; + nixpkgs.overlays = [inputs.nvidia-patch.overlays.default]; + hardware = { bluetooth.enable = true; graphics = { -- cgit v1.2.3