feat: blender offload and cuda

This commit is contained in:
danny 2025-08-22 11:15:14 +08:00
parent 80d61892b3
commit 42a59f094b
7 changed files with 25 additions and 131 deletions

View file

@ -15,14 +15,6 @@ in
recursive = true;
source = "${configDir}/gh";
};
# ".local/share/fcitx5/themes/fcitx5-dark-transparent" = {
# recursive = true;
# source = "${configDir}/fcitx5-dark-transparent";
# };
# ".config/fcitx5/conf" = {
# recursive = true;
# source = "${configDir}/fcitx5";
# };
".face".source = "${configDir}/.face";
};

View file

@ -15,6 +15,14 @@
};
};
programs.btop = {
enable = true;
settings = {
theme_background = false;
update_ms = 1000;
};
};
programs.ghostty = {
enable = true;
installBatSyntax = true;