Fixed keepassxc nyxt, added and installed icons, added guix stuff

This commit is contained in:
opalvaults
2021-12-21 15:26:02 -08:00
parent a731c61582
commit 787fa686ad
6 changed files with 137 additions and 94 deletions

View File

@@ -15,7 +15,7 @@ Nyxt is a browser written in Common Lisp that follows the same philosophy of ext
((override-map (define-key %slot-default%
"C-x s" 'nyxt/web-mode:search-buffers
"C-x u" 'copy-username
"c-x p" 'copy-password))))
"C-x p" 'copy-password))))
#+end_src
* Theme
@@ -128,7 +128,7 @@ Nyxt is a browser written in Common Lisp that follows the same philosophy of ext
Password managers are an essential feature and thankfully Nyxt allows me to integrate KeepassXC which I use regularly.
#+begin_src lisp
(define-configuration password:keepassxc-interface
((password:password-file "/home/opal/Documents/opal.kdbx")))
((password:password-file "/home/opal/.config/keepassxc/.kdbx-store/opal.kdbx")))
(define-configuration buffer
((password-interface (make-instance 'password:user-keepassxc-interface))))