summaryrefslogtreecommitdiff
path: root/modules/home/mu.nix
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-05-05 23:44:31 -0300
committerLeonardo Santiago <[email protected]>2025-05-05 23:44:31 -0300
commite4f1864bbf4f5e9115e3d87f4460a3712a3b47f2 (patch)
treed0ffe0b198b27309c78caf2b44a3978ead87aaa7 /modules/home/mu.nix
parentd80a9bce7212e80add4f5dceb93ddc78ef87ce37 (diff)
chore(mu): move parallel to home/mu.nix
Diffstat (limited to 'modules/home/mu.nix')
-rw-r--r--modules/home/mu.nix3
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;