Add CUDA support

I bothered with that only to realize that I'm not using proprietary drivers 🙃
This commit is contained in:
Geoffrey Frogeye 2024-11-16 15:49:17 +01:00
parent 84268f3c47
commit b16db77f04
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 33 additions and 0 deletions

View file

@ -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 {