Skip to content

Commit

Permalink
feat: use latest nvidia driver
Browse files Browse the repository at this point in the history
  • Loading branch information
datsfilipe committed Jan 15, 2025
1 parent ddc514b commit 3d21f56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/nixos/desktop/nvidia.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
pkgs,
config,
lib,
...
Expand All @@ -21,7 +20,7 @@ with lib; {
];
services.xserver.videoDrivers = ["nvidia"];
hardware.nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.production;
package = config.boot.kernelPackages.nvidiaPackages.latest;
modesetting.enable = true;
powerManagement.enable = true;
forceFullCompositionPipeline = true;
Expand Down

0 comments on commit 3d21f56

Please sign in to comment.