1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

refactor: move nvidia settings to hardware/nvidia

This commit is contained in:
oddlama 2023-09-04 17:19:04 +02:00
parent ae62336669
commit 0eb6ac95e4
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 13 additions and 18 deletions

View file

@ -5,12 +5,14 @@
nvidia = {
modesetting.enable = true;
nvidiaPersistenced = true;
nvidiaSettings = true;
open = false;
powerManagement.enable = true;
};
opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
};
services.xserver.videoDrivers = ["nvidia"];
}