mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/Nvidia] Enable RustiCL by default
This commit is contained in:
parent
df3558fe7e
commit
fdca27d42c
1 changed files with 4 additions and 0 deletions
|
|
@ -34,5 +34,9 @@ in {
|
|||
aviallon.hardware.mesa.enable = mkDefault true;
|
||||
|
||||
aviallon.hardware.nvidia.nouveau.config.NvBoost = ifEnable (!config.aviallon.laptop.enable) true;
|
||||
|
||||
environment.variables = {
|
||||
RUSTICL_ENABLE = "nouveau";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue