mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
enabled ollama as a service
This commit is contained in:
@ -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" ]; }) ];
|
||||
|
||||
|
Reference in New Issue
Block a user