bao: configure keepass db path

pull/5/head
pegasust 2023-01-12 17:33:53 -07:00
parent d7c499dde1
commit 19b9a0713e
1 changed files with 6 additions and 0 deletions

View File

@ -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