summaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-05-06 22:35:31 -0300
committerLeonardo Santiago <[email protected]>2025-05-06 22:35:31 -0300
commitcd2a8d670aa8dbcc9be199797315e6a45adc1279 (patch)
treef48bc133ec959972ef1751132810b4f3d6df0b00 /modules/home
parente4f1864bbf4f5e9115e3d87f4460a3712a3b47f2 (diff)
fix(mu): include `pkgs` as argument
Diffstat (limited to 'modules/home')
-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";