From ba22dd89c67162aa26c7f85c389314ef1f079ace Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 4 Sep 2025 15:48:44 -0700 Subject: last commit before modifying image --- nix/modules/home/default.nix | 1 + nix/modules/home/zsh.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'nix/modules/home') diff --git a/nix/modules/home/default.nix b/nix/modules/home/default.nix index bebd670..614373b 100644 --- a/nix/modules/home/default.nix +++ b/nix/modules/home/default.nix @@ -170,6 +170,7 @@ kdePackages.kdenlive kicad murmur + silver-searcher ]) else []); monorepo.profiles = { diff --git a/nix/modules/home/zsh.nix b/nix/modules/home/zsh.nix index ef0f5fd..31c7680 100644 --- a/nix/modules/home/zsh.nix +++ b/nix/modules/home/zsh.nix @@ -7,6 +7,7 @@ export EXTRA_CCFLAGS="-I/usr/include" source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh export QT_QPA_PLATFORM="wayland" + export OLLAMA_MODEL="qwen3:14b" ''; localVariables = { -- cgit v1.3