Add cuda support
This commit is contained in:
parent
fad1c5cc4c
commit
8969d53cc6
2 changed files with 12 additions and 0 deletions
|
@ -75,11 +75,21 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://cuda-maintainers.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
|
||||
];
|
||||
};
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
inkscape
|
||||
krita
|
||||
tidal-hifi
|
||||
blender
|
||||
obs-studio
|
||||
];
|
||||
|
||||
hardware.opentabletdriver = {
|
||||
|
|
Loading…
Reference in a new issue