mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-11-12 09:12:07 +01:00
several nixgl things
This commit is contained in:
parent
8346071197
commit
b3b0098eb5
3 changed files with 56 additions and 18 deletions
home-manager/modules
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue