Compare commits

..

No commits in common. "db6dee13eb6e0edc7ac5d8d21456c1ff67fd2ff8" and "98388ba0b4ae3534fa47a15db7e104b8f5aee647" have entirely different histories.

4 changed files with 1 additions and 9 deletions

View file

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

View file

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

View file

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

View file

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