about summary refs log tree commit diff stats
path: root/home-manager/keepassxc/default.nix
blob: 152611c1ac6d611a5c8ee1c54d9193d470fe976e (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  config,
  pkgs,
  ...
}: {
  xdg.configFile."keepassxc/keepassxc.ini".source = ./keepassxc.ini;
}
# vim: ts=2