diff options
| author | seth <[email protected]> | 2023-06-25 15:57:54 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-06-25 16:04:48 -0400 |
| commit | 3853ff8881644d58e98fee66e27f7476489470b8 (patch) | |
| tree | c26e1b91bba0be826d14ac3b65318e392bc456d3 | |
| parent | 4f69ef6f1fb8af7351e1295fe0db5d27c5a9b510 (diff) | |
nvidia: remove configs already made by nixos-hardware
| -rw-r--r-- | modules/nixos/hardware/nvidia.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/nixos/hardware/nvidia.nix b/modules/nixos/hardware/nvidia.nix index c317226..14c8e38 100644 --- a/modules/nixos/hardware/nvidia.nix +++ b/modules/nixos/hardware/nvidia.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, ... }: let cfg = config.getchoo.hardware.nvidia; @@ -22,12 +21,7 @@ in { enable = true; # make steam work driSupport32Bit = true; - extraPackages = with pkgs; [ - vaapiVdpau - ]; }; }; - - services.xserver.videoDrivers = ["nvidia"]; }; } |
