this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

KeepassXC fixes 2

Ben C b07e7e33 e56190b9

+1 -1
+1 -1
homeModules/user-bean.nix
··· 65 65 waybar.enable = config.cow.gdi.enable; 66 66 keepassxc = { 67 67 enable = config.cow.gdi.enable; 68 - dbPath = lib.mkDefault "${config.xdg.userDirs.documents}/Keepass/DB"; 68 + dbPath = lib.mkDefault "${config.xdg.userDirs.documents}/Keepass/DB/Database.kdbx"; 69 69 }; 70 70 }; 71 71 };