several nixgl things

This commit is contained in:
Thilo Billerbeck 2024-04-22 17:50:39 +02:00
commit b3b0098eb5
3 changed files with 56 additions and 18 deletions
home-manager/modules

View file

@ -55,6 +55,15 @@ with lib; {
description = "Whether to enable noise suppression or not";
};
};
nixGLPrefix = lib.mkOption {
type = lib.types.str;
default = "";
description = ''
Will be prepended to commands which require working OpenGL.
This needs to be set to the right nixGL package on non-NixOS systems.
'';
};
};
config = {