From 705b5ceae2a6502a92c658b17b156e38df9d2370 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Sat, 28 Mar 2026 12:17:51 +0100 Subject: [PATCH] wrong name --- modules/apps/sys/newelle.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apps/sys/newelle.nix b/modules/apps/sys/newelle.nix index e77db7d..1b97f7d 100644 --- a/modules/apps/sys/newelle.nix +++ b/modules/apps/sys/newelle.nix @@ -1,5 +1,5 @@ { ... }: { - flake.nixosModules.apps-sys-ollama = { pkgs, ... }: { + flake.nixosModules.apps-sys-newelle = { pkgs, ... }: { environment.systemPackages = with pkgs; [ newelle ];