feat: blender offload and cuda
This commit is contained in:
parent
80d61892b3
commit
42a59f094b
7 changed files with 25 additions and 131 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme_background = false;
|
||||
update_ms = 1000;
|
||||
};
|
||||
};
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
installBatSyntax = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue