33 current 2025-04-29 23:20:55 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -46,6 +46,7 @@ in {
|
|||||||
beets
|
beets
|
||||||
netcat
|
netcat
|
||||||
zathura
|
zathura
|
||||||
|
keepassxc
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
with lib; let
|
with lib; let
|
||||||
|
|||||||
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=!
|
||||||
@@ -22,5 +22,6 @@
|
|||||||
./firefox/default.nix
|
./firefox/default.nix
|
||||||
./git/default.nix
|
./git/default.nix
|
||||||
./zathura/default.nix
|
./zathura/default.nix
|
||||||
|
./keepassxc/default.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ alias ytdl-mp3="yt-dlp -x --audio-format mp3 --audio-quality 0 -o '/home/synchro
|
|||||||
alias ntpsync="sudo ntpdate pool.ntp.org"
|
alias ntpsync="sudo ntpdate pool.ntp.org"
|
||||||
# alias fb="cd /home/synchronous/code/tob/fb"
|
# alias fb="cd /home/synchronous/code/tob/fb"
|
||||||
alias nuid="echo 002141542"
|
alias nuid="echo 002141542"
|
||||||
# alias gb="sh /home/synchronous/.scripts/bluetooth/gb.sh"
|
alias gb="sh /etc/profiles/per-user/synchronous/bin/gb"
|
||||||
alias gbdc="bluetoothctl disconnect"
|
alias gbdc="bluetoothctl disconnect"
|
||||||
# alias sxhkdrc="vim /home/synchronous/.config/sxhkd/sxhkdrc"
|
# alias sxhkdrc="vim /home/synchronous/.config/sxhkd/sxhkdrc"
|
||||||
# alias bspwmrc="vim /home/synchronous/.config/bspwm/bspwmrc"
|
# alias bspwmrc="vim /home/synchronous/.config/bspwm/bspwmrc"
|
||||||
|
|||||||
Reference in New Issue
Block a user