1
Fork 0

Add cuda support

This commit is contained in:
caem 2024-11-22 12:33:53 +01:00
parent fad1c5cc4c
commit 8969d53cc6
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 12 additions and 0 deletions

View file

@ -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";
}

View file

@ -29,6 +29,8 @@
inkscape
krita
tidal-hifi
blender
obs-studio
];
hardware.opentabletdriver = {