diff options
author | polwex <polwex@sortug.com> | 2025-05-15 01:55:55 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-15 01:55:55 +0700 |
commit | a437f5c99913ce624fed19225c1e551f4ebadddb (patch) | |
tree | 2f294526003783877c337a5f119ae8245cd191ba /hosts/local/nvidia.nix | |
parent | 3efdd55d5cc2e784c6934e9d133f16844c324aad (diff) |
m
Diffstat (limited to 'hosts/local/nvidia.nix')
-rw-r--r-- | hosts/local/nvidia.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/local/nvidia.nix b/hosts/local/nvidia.nix index 40217ac..ed505c6 100644 --- a/hosts/local/nvidia.nix +++ b/hosts/local/nvidia.nix @@ -18,6 +18,7 @@ in { # hardware.graphics = { enable = true; + extraPackages = [pkgs.nvidia-vaapi-driver]; }; # hardware.graphics= { # package = (pkgs.mesa.override { galliumDrivers = [ "i915" "swrast" ]; }).drivers; @@ -52,7 +53,7 @@ in { modesetting.enable = true; powerManagement.enable = false; powerManagement.finegrained = false; - # forceFullCompositionPipeline = true; + forceFullCompositionPipeline = true; # nvidiaSettings = true; open = false; }; |