diff options
Diffstat (limited to 'modules/home')
-rw-r--r-- | modules/home/mu.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |