Fixed keepassxc nyxt, added and installed icons, added guix stuff
This commit is contained in:
4
Nyxt.org
4
Nyxt.org
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user