mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
enabled ollama as a service
This commit is contained in:
@ -172,6 +172,7 @@
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
ollama.enable = true;
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" ]; }) ];
|
||||
|
@ -16,6 +16,10 @@
|
||||
dconf.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
ollama.enable = true;
|
||||
};
|
||||
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
users.${username} = {
|
||||
@ -28,9 +32,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs;[
|
||||
ollama
|
||||
];
|
||||
environment.systemPackages = with pkgs;[ ];
|
||||
|
||||
fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" ]; }) ];
|
||||
|
||||
|
@ -50,7 +50,6 @@
|
||||
rustc
|
||||
cargo
|
||||
bun
|
||||
ollama
|
||||
stremio
|
||||
nixpkgs-fmt
|
||||
flyctl
|
||||
|
Reference in New Issue
Block a user