summaryrefslogtreecommitdiff
path: root/modules/home/mu.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/mu.nix')
-rw-r--r--modules/home/mu.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/mu.nix b/modules/home/mu.nix
index c4acc2c..14361c5 100644
--- a/modules/home/mu.nix
+++ b/modules/home/mu.nix
@@ -1,4 +1,4 @@
-{ config, lib, ...}: with lib; let
+{ config, lib, pkgs, ...}: with lib; let
cfg = config.santi-modules;
in {
options.santi-modules.mu.enable = mkEnableOption "Enables mu, mbsync and msmtp";