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