From b63dafb8a62662f650be718ab335472f16195979 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Tue, 6 Aug 2024 12:53:52 +0200 Subject: [PATCH] Enable keepassxc by default --- modules/programs/keepassxc.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/programs/keepassxc.nix b/modules/programs/keepassxc.nix index 94c73e6..b9f6bd9 100644 --- a/modules/programs/keepassxc.nix +++ b/modules/programs/keepassxc.nix @@ -1,8 +1,8 @@ { lib, config, options, pkgs, ... }: { options.mods.keepassxc = { enable = lib.mkOption { - default = false; - example = true; + default = true; + example = false; type = lib.types.bool; description = "Enables the piper program and its daemon"; }; @@ -27,6 +27,7 @@ }; config = lib.mkIf config.mods.keepassxc.enable (lib.optionalAttrs (options?home.file) { + home.packages = [ pkgs.keepassxc ]; xdg.configFile."keepassxc/keepassxc.ini" = { text = ''