33 current 2025-04-29 23:20:55 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-29 23:21:01 -04:00
parent 3b391b91dd
commit ef2cfb2f37
5 changed files with 31 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ in {
beets
netcat
zathura
keepassxc
]
++ (
with lib; let

View File

@@ -0,0 +1,7 @@
{
config,
pkgs,
...
}: {
home.file.".config/keepassxc/keepassxc.ini".source = ./keepassxc.ini;
}

View 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=!

View File

@@ -22,5 +22,6 @@
./firefox/default.nix
./git/default.nix
./zathura/default.nix
./keepassxc/default.nix
];
}

View File

@@ -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 fb="cd /home/synchronous/code/tob/fb"
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 sxhkdrc="vim /home/synchronous/.config/sxhkd/sxhkdrc"
# alias bspwmrc="vim /home/synchronous/.config/bspwm/bspwmrc"