This commit is contained in:
2026-03-28 12:17:06 +01:00
parent 2d4cb05c7a
commit 2e2e74e7c8
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{ ... }: {
flake.nixosModules.apps-sys-ollama = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
newelle
];
};
}