fix homebox

This commit is contained in:
2026-01-11 21:44:12 -06:00
parent f07c4ae0d3
commit 10cf6bba46
2 changed files with 5 additions and 1 deletions

View File

@@ -74,6 +74,10 @@
};
in pkgs-us.ollama-cuda;
environmentVariables = {
OLLAMA_CONTEXT_LENGTH = "24000";
};
host = "0.0.0.0";
loadModels = [ "llama3.1:8b" ];

View File

@@ -60,7 +60,7 @@
size = 16;
};
gtk = lib.mkIf config.homeconfig.graphical {
gtk = lib.mkIf (config.homeconfig.graphical && config.homeconfig.hyprland.enable) {
enable = true;
theme.name = "Tokyonight-Dark";
theme.package = pkgs.tokyonight-gtk-theme;