From ef2cfb2f37bda5b4b50d187cf91c4e72fdefadf5 Mon Sep 17 00:00:00 2001 From: JakeGinesin Date: Tue, 29 Apr 2025 23:21:01 -0400 Subject: [PATCH] 33 current 2025-04-29 23:20:55 25.05.20250424.f771eb4 6.12.24 * --- home/home.nix | 1 + home/programs/keepassxc/default.nix | 7 +++++++ home/programs/keepassxc/keepassxc.ini | 21 +++++++++++++++++++++ home/programs/programs.nix | 1 + home/programs/zsh/zshrc | 2 +- 5 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 home/programs/keepassxc/default.nix create mode 100644 home/programs/keepassxc/keepassxc.ini diff --git a/home/home.nix b/home/home.nix index 2a7dd6d..fa3af2d 100644 --- a/home/home.nix +++ b/home/home.nix @@ -46,6 +46,7 @@ in { beets netcat zathura + keepassxc ] ++ ( with lib; let diff --git a/home/programs/keepassxc/default.nix b/home/programs/keepassxc/default.nix new file mode 100644 index 0000000..e44a17f --- /dev/null +++ b/home/programs/keepassxc/default.nix @@ -0,0 +1,7 @@ +{ + config, + pkgs, + ... +}: { + home.file.".config/keepassxc/keepassxc.ini".source = ./keepassxc.ini; +} diff --git a/home/programs/keepassxc/keepassxc.ini b/home/programs/keepassxc/keepassxc.ini new file mode 100644 index 0000000..5ae798f --- /dev/null +++ b/home/programs/keepassxc/keepassxc.ini @@ -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=! diff --git a/home/programs/programs.nix b/home/programs/programs.nix index 7cd2e7f..aadb688 100644 --- a/home/programs/programs.nix +++ b/home/programs/programs.nix @@ -22,5 +22,6 @@ ./firefox/default.nix ./git/default.nix ./zathura/default.nix + ./keepassxc/default.nix ]; } diff --git a/home/programs/zsh/zshrc b/home/programs/zsh/zshrc index fbd9576..5929134 100644 --- a/home/programs/zsh/zshrc +++ b/home/programs/zsh/zshrc @@ -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"