refactor: ollama pkg with service 🎨
This commit is contained in:
parent
a90fad2688
commit
4c5128a7a0
1 changed files with 1 additions and 2 deletions
|
|
@ -57,8 +57,6 @@
|
|||
# neovim # activated in neovim.nix
|
||||
mpv # cli music player
|
||||
|
||||
ollama # LLMs locally
|
||||
|
||||
git # version control
|
||||
gh # github cli tool
|
||||
|
||||
|
|
@ -86,6 +84,7 @@
|
|||
lolcat
|
||||
];
|
||||
|
||||
services.ollama.enable = true;
|
||||
services.vscode-server.enable = true;
|
||||
security.rtkit.enable = true; # realtime kit hands out realtime scheduling priority
|
||||
services.pipewire = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue