feat: add nixGL module

This commit is contained in:
Leon Schwarzäugl 2025-03-22 22:35:38 +01:00
parent 9c1df052a2
commit faff8d9ee6
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 62 additions and 3 deletions

View file

@ -5,6 +5,11 @@
type = lib.types.int;
default = 8;
};
isSecondaryGpu = lib.mkEnableOption "device has a secondary GPU";
SecondaryGpuCard = lib.mkOption {
type = lib.types.str;
default = "";
};
temperatureHwmon = {
isAbsolutePath = lib.mkEnableOption "absolute temperature path";
path = lib.mkOption {