Add CUDA support
I bothered with that only to realize that I'm not using proprietary drivers 🙃
This commit is contained in:
parent
84268f3c47
commit
b16db77f04
3 changed files with 33 additions and 0 deletions
|
@ -12,6 +12,7 @@ in
|
|||
description = "top-level flake";
|
||||
type = lib.types.attrs;
|
||||
};
|
||||
cuda = lib.mkEnableOption "Use CUDA for some libraries";
|
||||
extra = lib.mkEnableOption "Big software";
|
||||
gaming = lib.mkEnableOption "Games";
|
||||
polarity = lib.mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue