[Hardware/Nvidia] Enable RustiCL by default

This commit is contained in:
Antoine Viallon 2023-10-31 23:32:36 +01:00
parent df3558fe7e
commit fdca27d42c
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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";
};
};
}