33 current 2025-04-29 23:20:55 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
7
home/programs/keepassxc/default.nix
Normal file
7
home/programs/keepassxc/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.file.".config/keepassxc/keepassxc.ini".source = ./keepassxc.ini;
|
||||
}
|
||||
21
home/programs/keepassxc/keepassxc.ini
Normal file
21
home/programs/keepassxc/keepassxc.ini
Normal file
@@ -0,0 +1,21 @@
|
||||
[General]
|
||||
ConfigVersion=2
|
||||
|
||||
[Browser]
|
||||
CustomProxyLocation=
|
||||
|
||||
[GUI]
|
||||
ApplicationTheme=dark
|
||||
ShowExpiredEntriesOnDatabaseUnlockOffsetDays=6
|
||||
TrayIconAppearance=monochrome-light
|
||||
|
||||
[PasswordGenerator]
|
||||
AdditionalChars=
|
||||
ExcludedChars=
|
||||
Length=31
|
||||
LowerCase=true
|
||||
Numbers=true
|
||||
SpecialChars=true
|
||||
UpperCase=true
|
||||
WordCount=8
|
||||
WordSeparator=!
|
||||
Reference in New Issue
Block a user