diff --git a/home/profile/base/default.nix b/home/profile/base/default.nix index 7334119..a1b658c 100644 --- a/home/profile/base/default.nix +++ b/home/profile/base/default.nix @@ -1,6 +1,7 @@ { lib, config, ... }: let cfg = config.profiles.base; + inherit (lib) mkDefault; in { imports = [ @@ -10,6 +11,8 @@ in config = lib.mkIf cfg.enable { + systemd.user.startServices = mkDefault "sd-switch"; + homeModules = { sops.enable = true;