flake bump
This commit is contained in:
parent
9899953895
commit
17f9f9bf67
2 changed files with 102 additions and 64 deletions
|
|
@ -3,13 +3,14 @@
|
|||
let
|
||||
cfg = config.systemProfile.nvidia;
|
||||
production = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
beta = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
in
|
||||
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
hardware.nvidia = {
|
||||
open = true;
|
||||
package = production;
|
||||
package = beta;
|
||||
modesetting.enable = true;
|
||||
nvidiaSettings = true;
|
||||
powerManagement.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue