DOdanie ollamy, rozszerzenie quick-search, aktualizacja stylix

This commit is contained in:
installer
2025-01-28 23:52:51 +01:00
parent 142605387e
commit 7d1e6e5272
3 changed files with 30 additions and 6 deletions

View File

@@ -349,6 +349,9 @@ in {
pipes
cava
wineWowPackages.waylandFull # wine64
lazydocker
lazygit
# vscode-extensions.continue.continue
# auto-cpufreq
];
@@ -460,7 +463,25 @@ in {
};
rpcbind.enable = false;
nfs.server.enable = false;
ollama = {
enable = true;
package = pkgs.ollama;
# acceleration = "rocm";
# environmentVariables = {
# HCC_AMDGPU_TARGET = "gfx1036";
# };
# rocmOverrideGfx = "10.3.6";
loadModels = [
# "deepseek-r1:1.5b"
# "deepseek-r1:7b"
];
};
open-webui = {
enable = true;
package = pkgs.open-webui;
};
};
systemd.services.flatpak-repo = {
path = [pkgs.flatpak];
script = ''