WIP: rewrite config #618
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
home.packages = with pkgs; [
|
||||
keepassxc
|
||||
];
|
||||
xdg.configFile."keepassxc.ini".text = lib.generators.toINI { } {
|
||||
xdg.configFile."keepassxc/keepassxc.ini".text = lib.generators.toINI { } {
|
||||
General.ConfigVersion = 2;
|
||||
Browser = {
|
||||
CustomProxyLocation = "";
|
||||
|
|
Loading…
Reference in a new issue