From cd2a8d670aa8dbcc9be199797315e6a45adc1279 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 6 May 2025 22:35:31 -0300 Subject: fix(mu): include `pkgs` as argument --- modules/home/mu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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"; -- cgit v1.2.3