about summary refs log blame commit diff stats
path: root/home-manager/config/keepassxc/default.nix
blob: 152611c1ac6d611a5c8ee1c54d9193d470fe976e (plain) (tree)
1
2
3
4
5
6
7
8
9



         
                                                                    

           
{
  config,
  pkgs,
  ...
}: {
  xdg.configFile."keepassxc/keepassxc.ini".source = ./keepassxc.ini;
}
# vim: ts=2