From e4f1864bbf4f5e9115e3d87f4460a3712a3b47f2 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Mon, 5 May 2025 23:44:31 -0300 Subject: chore(mu): move parallel to home/mu.nix --- modules/home/mu.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/home') diff --git a/modules/home/mu.nix b/modules/home/mu.nix index 1a22963..c4acc2c 100644 --- a/modules/home/mu.nix +++ b/modules/home/mu.nix @@ -3,6 +3,9 @@ in { options.santi-modules.mu.enable = mkEnableOption "Enables mu, mbsync and msmtp"; config = mkIf cfg.mu.enable { + environment.systemPackages = [ + pkgs.parallel + ]; home-manager.users.leonardo = { programs = { mu.enable = true; -- cgit v1.2.3