8 lines
105 B
Nix
8 lines
105 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
home.file.".config/keepassxc/keepassxc.ini".source = ./keepassxc.ini;
|
|
}
|