about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/keepassxc/default.nix
blob: 3ac828121cb60c5772ad4d640efa8428ea5e8604 (plain) (blame)
1
2
3
4
5
6
7
{
  config,
  pkgs,
  ...
}: {
  xdg.configFile."keepassxc/keepassxc.ini".source = ./keepassxc.ini;
}