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