Compare commits
No commits in common. "db6dee13eb6e0edc7ac5d8d21456c1ff67fd2ff8" and "98388ba0b4ae3534fa47a15db7e104b8f5aee647" have entirely different histories.
db6dee13eb
...
98388ba0b4
|
|
@ -9,7 +9,6 @@
|
|||
./mail.nix
|
||||
./firefox.nix
|
||||
./games
|
||||
./ollama.nix
|
||||
./git-ssh.nix
|
||||
./hyprlock_idle.nix
|
||||
./libinput.nix
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
services.ollama = {
|
||||
enable = false;
|
||||
package = pkgs.ollama-vulkan;
|
||||
};
|
||||
}
|
||||
|
|
@ -26,7 +26,6 @@
|
|||
zstd
|
||||
|
||||
# stats and monitoring
|
||||
inotify-tools
|
||||
fastfetch
|
||||
pciutils
|
||||
usbutils
|
||||
|
|
|
|||
Loading…
Reference in a new issue