Add ollama and split tardis/default.nix

This commit is contained in:
2026-07-08 22:41:57 +01:00
parent 13f8a22760
commit 86e9663531
6 changed files with 96 additions and 69 deletions
+13
View File
@@ -0,0 +1,13 @@
{ ... }:
{
services.keyd = {
enable = true;
keyboards.default = {
ids = [ "*" ];
settings.main = {
"leftmeta+leftshift+f23" = "rightcontrol";
};
};
};
}