From 592f267b41f5550d6713c0724c018842efe54b22 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 21 Oct 2024 00:54:00 -0700 Subject: Add nVidia patches --- hosts/arrakis/hardware-configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index 67c3ee1..e1b7dc0 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, inputs, lib, nvidia-patch, pkgs, modulesPath, ... }: +{ config, lib, pkgs, modulesPath, ... }: { imports = @@ -88,8 +88,6 @@ { device = "/dev/disk/by-label/swap2"; } ]; - nixpkgs.overlays = [inputs.nvidia-patch.overlays.default]; - hardware = { bluetooth.enable = true; graphics = { -- cgit v1.2.3