diff options
author | Leonardo Santiago <[email protected]> | 2025-05-06 22:35:31 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-05-06 22:35:31 -0300 |
commit | cd2a8d670aa8dbcc9be199797315e6a45adc1279 (patch) | |
tree | f48bc133ec959972ef1751132810b4f3d6df0b00 /modules | |
parent | e4f1864bbf4f5e9115e3d87f4460a3712a3b47f2 (diff) |
fix(mu): include `pkgs` as argument
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"; |