From 5c929290c03bcfbc243062157098458a77c2817e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 9 Apr 2022 11:31:39 -0700 Subject: add a few more packages for home/ --- profiles/trusted/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'profiles/trusted/default.nix') diff --git a/profiles/trusted/default.nix b/profiles/trusted/default.nix index 9567ddb..a67f1cf 100644 --- a/profiles/trusted/default.nix +++ b/profiles/trusted/default.nix @@ -1,5 +1,7 @@ { config, lib, ... }: -let cfg = config.my.profiles.trusted; +let + cfg = config.my.profiles.trusted; + isEnabled = config.my.home.wm.windowManager == "sway"; in { options.my.profiles.trusted = with lib; { enable = mkEnableOption "trusted profile"; @@ -12,5 +14,6 @@ in { }; my.home.mail.enable = true; my.home.pass.enable = true; + my.home.seahorse.enable = isEnabled; }; } -- cgit 1.4.1