feat: add cuda setup
This commit is contained in:
parent
4d0a35652c
commit
d5782ada85
4 changed files with 33 additions and 2 deletions
|
|
@ -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
|
||||
]);
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue