feat: add cuda setup

This commit is contained in:
DACHXY 2025-01-05 23:01:08 +08:00
parent 4d0a35652c
commit d5782ada85
4 changed files with 33 additions and 2 deletions

View file

@ -7,6 +7,9 @@
{
environment.systemPackages =
(with pkgs; [
# Binary cache platform
cachix
# gtk theme
gtk3
adwaita-icon-theme
@ -90,7 +93,7 @@
# Thumbnail
ffmpegthumbnailer
])
++ ([
++ [
inputs.ghostty.packages.${system}.default
]);
];
}