Compare commits

..

4 commits

Author SHA1 Message Date
janis db6dee13eb
disable ollama 2026-08-04 00:29:32 +02:00
janis a4db6466e5
ghistty: font size 11 2026-08-04 00:28:45 +02:00
janis afcad43e4f
inotify-tools 2026-07-29 16:57:53 +02:00
janis a1a81c70f6
ollama 2026-07-29 16:57:49 +02:00
4 changed files with 9 additions and 1 deletions

View file

@ -9,6 +9,7 @@
./mail.nix ./mail.nix
./firefox.nix ./firefox.nix
./games ./games
./ollama.nix
./git-ssh.nix ./git-ssh.nix
./hyprlock_idle.nix ./hyprlock_idle.nix
./libinput.nix ./libinput.nix

View file

@ -10,7 +10,7 @@ in {
enable = true; enable = true;
settings = { settings = {
font-family = "monospace"; font-family = "monospace";
font-size = 12; font-size = 11;
title-report = true; title-report = true;
shell-integration = "zsh"; shell-integration = "zsh";
shell-integration-features = "no-cursor"; shell-integration-features = "no-cursor";

6
home/ollama.nix Normal file
View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
services.ollama = {
enable = false;
package = pkgs.ollama-vulkan;
};
}

View file

@ -26,6 +26,7 @@
zstd zstd
# stats and monitoring # stats and monitoring
inotify-tools
fastfetch fastfetch
pciutils pciutils
usbutils usbutils