mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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.mesa.enable = mkDefault true;
|
||||||
|
|
||||||
aviallon.hardware.nvidia.nouveau.config.NvBoost = ifEnable (!config.aviallon.laptop.enable) 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