add ai stuff

This commit is contained in:
Thilo Billerbeck 2024-03-12 00:13:50 +01:00
parent 6e2c04fb1e
commit 5400c8a14c
2 changed files with 5 additions and 0 deletions

View file

@ -44,6 +44,10 @@
layout = "us";
xkbVariant = "";
};
ollama = {
enable = true;
acceleration = "rocm";
};
};
programs.kdeconnect.enable = true;

View file

@ -70,6 +70,7 @@ in {
nixd
unrar
inputs.w17.packages.x86_64-linux.default
aichat
] ++ (if config.machine.isGraphical then [
(pkgs.nerdfonts.override {
fonts = [ "JetBrainsMono" "FiraCode" "FiraMono" ];