Compare commits
4 commits
98388ba0b4
...
db6dee13eb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db6dee13eb | ||
|
|
a4db6466e5 | ||
|
|
afcad43e4f | ||
|
|
a1a81c70f6 |
|
|
@ -9,6 +9,7 @@
|
|||
./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 = 12;
|
||||
font-size = 11;
|
||||
title-report = true;
|
||||
shell-integration = "zsh";
|
||||
shell-integration-features = "no-cursor";
|
||||
|
|
|
|||
6
home/ollama.nix
Normal file
6
home/ollama.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
services.ollama = {
|
||||
enable = false;
|
||||
package = pkgs.ollama-vulkan;
|
||||
};
|
||||
}
|
||||
|
|
@ -26,6 +26,7 @@
|
|||
zstd
|
||||
|
||||
# stats and monitoring
|
||||
inotify-tools
|
||||
fastfetch
|
||||
pciutils
|
||||
usbutils
|
||||
|
|
|
|||
Loading…
Reference in a new issue