diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/mu.nix | 2 |
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"; |