mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-24 17:08:48 +01:00
add ai stuff
This commit is contained in:
parent
6e2c04fb1e
commit
5400c8a14c
2 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
layout = "us";
|
||||
xkbVariant = "";
|
||||
};
|
||||
ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
};
|
||||
};
|
||||
|
||||
programs.kdeconnect.enable = true;
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue