Compare commits
No commits in common. "db6dee13eb6e0edc7ac5d8d21456c1ff67fd2ff8" and "98388ba0b4ae3534fa47a15db7e104b8f5aee647" have entirely different histories.
db6dee13eb
...
98388ba0b4
|
|
@ -9,7 +9,6 @@
|
||||||
./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
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
font-family = "monospace";
|
font-family = "monospace";
|
||||||
font-size = 11;
|
font-size = 12;
|
||||||
title-report = true;
|
title-report = true;
|
||||||
shell-integration = "zsh";
|
shell-integration = "zsh";
|
||||||
shell-integration-features = "no-cursor";
|
shell-integration-features = "no-cursor";
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
services.ollama = {
|
|
||||||
enable = false;
|
|
||||||
package = pkgs.ollama-vulkan;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -26,7 +26,6 @@
|
||||||
zstd
|
zstd
|
||||||
|
|
||||||
# stats and monitoring
|
# stats and monitoring
|
||||||
inotify-tools
|
|
||||||
fastfetch
|
fastfetch
|
||||||
pciutils
|
pciutils
|
||||||
usbutils
|
usbutils
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue