File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -1098,7 +1098,7 @@ in {
1098
1098
#
1099
1099
services . llama-cpp . port = 11434 ;
1100
1100
services . llama-cpp . package = unst . llama-cpp . override { vulkanSupport = true ; } ;
1101
- services . llama-cpp . model = ../../llms/google_gemma-3-270m-it-qat-Q5_K_M .gguf ;
1101
+ services . llama-cpp . model = ../../llms/microsoft_Phi-4-mini-reasoning-Q4_K_M .gguf ;
1102
1102
services . llama-cpp . extraFlags = [ "-c" "32000" ] ;
1103
1103
#
1104
1104
# Fonts
Original file line number Diff line number Diff line change 9
9
text = "alacritty" ;
10
10
runtimeInputs = with pkgs ; [
11
11
( import ./../pub/vi/nix/default.nix { } )
12
+ fontconfig
12
13
busybox
13
14
curl
14
15
wget
24
25
gpu . enable = true ;
25
26
gpu . provider = "bundle" ;
26
27
fonts . enable = true ;
28
+ fonts . fonts =
29
+ builtins . filter pkgs . lib . attrsets . isDerivation (
30
+ builtins . attrValues pkgs . nerd-fonts
31
+ )
32
+ ++ [ pkgs . dejavu_fonts ] ;
27
33
locale . enable = true ;
28
34
etc . sslCertificates . enable = true ;
29
35
bubblewrap = {
32
38
sockets . wayland = true ;
33
39
bind . ro = [
34
40
"/bin/sh"
41
+ "/usr/bin/env"
35
42
"/run/current-system/sw/bin/bash"
36
43
"/run/current-system/sw/bin/less"
37
44
( sloth . concat' sloth . homeDir "/.config/tmux" )
47
54
tmpfs = [
48
55
"/tmp"
49
56
] ;
50
- env . NIX_CONFIG = ''
51
- experimental-features = nix-command flakes
52
- '' ;
57
+ env . NIX_CONFIG = "experimental-features = nix-command flakes" ;
53
58
} ;
54
59
} ;
55
60
} ;
Original file line number Diff line number Diff line change 85
85
haskell-vim
86
86
hlint-refactor-vim
87
87
vim-nix
88
- dhall-vim
89
88
psc-ide-vim
90
89
purescript-vim
91
- vim-elixir
92
- gleam-vim
93
90
neoformat
94
- vim-terraform
95
91
vim-commentary
96
92
render-markdown-nvim
97
93
#
103
99
#
104
100
# AI
105
101
#
102
+ avante-nvim
106
103
# nvim-lspconfig
107
104
# unst.vimPlugins.vim-tabby
108
105
] ;
Original file line number Diff line number Diff line change @@ -5,3 +5,8 @@ require("gp").setup({
5
5
}
6
6
}
7
7
})
8
+
9
+ require (" avante_lib" ).load ()
10
+ require (" avante" ).setup ({
11
+ provider = " gemini"
12
+ })
You can’t perform that action at this time.
0 commit comments