mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 17:57:50 +00:00
[Hardware/Nvidia] use bleeding edge package if unsafeOptimizations is enabled
This commit is contained in:
parent
8c61e3f0da
commit
832fa8f8c9
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ in {
|
||||||
};
|
};
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
|
package = mkIf generalCfg.unsafeOptimizations config.boot.kernelPackages.nvidiaPackages.beta; # Use bleeding edge version
|
||||||
};
|
};
|
||||||
|
|
||||||
aviallon.hardware.nvidia.proprietary.EGLStream = mkDefault (
|
aviallon.hardware.nvidia.proprietary.EGLStream = mkDefault (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue