diff --git a/flake.lock b/flake.lock index 4a7dd16..4a8897f 100644 --- a/flake.lock +++ b/flake.lock @@ -73,16 +73,17 @@ "base16-vim": { "flake": false, "locked": { - "lastModified": 1735953590, - "narHash": "sha256-YbQwaApLFJobn/0lbpMKcJ8N5axKlW2QIGkDS5+xoSU=", + "lastModified": 1732806396, + "narHash": "sha256-e0bpPySdJf0F68Ndanwm+KWHgQiZ0s7liLhvJSWDNsA=", "owner": "tinted-theming", "repo": "base16-vim", - "rev": "c2a1232aa2c0ed27dcbf005779bcfe0e0ab5e85d", + "rev": "577fe8125d74ff456cf942c733a85d769afe58b7", "type": "github" }, "original": { "owner": "tinted-theming", "repo": "base16-vim", + "rev": "577fe8125d74ff456cf942c733a85d769afe58b7", "type": "github" } }, @@ -289,11 +290,11 @@ "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1737930520, - "narHash": "sha256-CAgB9/o54SXzqWwypA+hL2ETxiHW92Y+Ou4fT581jdk=", + "lastModified": 1738025638, + "narHash": "sha256-nU3JpvIeEmcDHzQK4OTD1KXSoL/GOff6j9kuSO4X8eM=", "owner": "danth", "repo": "stylix", - "rev": "6103431cd2f9d4352e5493a4063cf57e307d355c", + "rev": "55418e8fc8d4696af619176a22cefcfac56ad2ef", "type": "github" }, "original": { diff --git a/hosts/garand-laptop/config.nix b/hosts/garand-laptop/config.nix index 96abaff..20a8dbc 100644 --- a/hosts/garand-laptop/config.nix +++ b/hosts/garand-laptop/config.nix @@ -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 = '' diff --git a/scripts/web-search.nix b/scripts/web-search.nix index 6ec222b..98ce219 100644 --- a/scripts/web-search.nix +++ b/scripts/web-search.nix @@ -7,6 +7,8 @@ pkgs.writeShellScriptBin "web-search" '' ["❄️ Unstable Packages"]="https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=" ["🎞️ YouTube"]="https://www.youtube.com/results?search_query=" ["❄️ NixOS Wiki"]="https://nixos.wiki/index.php?search=" + ["🔎 Wikipedia"]="https://pl.wikipedia.org/w/index.php?ns0=1&search=" + ["👨‍💻 StackOverflow"]="https://stackoverflow.com/search?q=" ) # List for rofi