From 19b9a0713eced048ca25c7c945aa7479e69dc8d2 Mon Sep 17 00:00:00 2001 From: pegasust Date: Thu, 12 Jan 2023 17:33:53 -0700 Subject: [PATCH] bao: configure keepass db path --- nix-conf/home-manager/flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nix-conf/home-manager/flake.nix b/nix-conf/home-manager/flake.nix index 44185b9..206d56f 100644 --- a/nix-conf/home-manager/flake.nix +++ b/nix-conf/home-manager/flake.nix @@ -91,6 +91,12 @@ ./home.nix kde_module ./base/productive_desktop.nix + { + # since home.nix forces us to use keepass, and base.keepass.path + # defaults to a bad value (on purpose), we should configure a + # it to be the proper path + base.keepass.path = "/perso/garden/keepass.kdbx"; + } ]; # optionally pass inarguments to module # we migrate this from in-place modules to allow flexibility