summaryrefslogtreecommitdiff
path: root/.config/nyxt/passwd.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-16 20:45:23 +0300
committerThanos Apollo <[email protected]>2023-10-16 20:45:23 +0300
commitfdd11abce2a0205bbc96077ca9c4cf1e85e8b98e (patch)
tree3edfe8ed0e07d3c3951676c2543a2f9d2894d0c1 /.config/nyxt/passwd.lisp
parentfe9b8acaa2c05665d51695f3b3ce10b5a6fcc2d7 (diff)
Remove nyxt
Diffstat (limited to '.config/nyxt/passwd.lisp')
-rw-r--r--.config/nyxt/passwd.lisp14
1 files changed, 0 insertions, 14 deletions
diff --git a/.config/nyxt/passwd.lisp b/.config/nyxt/passwd.lisp
deleted file mode 100644
index 8fc56fe..0000000
--- a/.config/nyxt/passwd.lisp
+++ /dev/null
@@ -1,14 +0,0 @@
-(in-package #:nyxt-user)
-
-(defmethod initialize-instance :after ((interface password:keepassxc-interface) &key &allow-other-keys)
- "I use KeePassXC, and this simply sets the location of the password files."
- (setf (password:password-file interface) "/home/aartaka/Documents/p.kdbx"))
-
-(define-configuration :password-mode
- "This is to emphasize that I use KeePassXC.
-Nyxt is (was?) not always smart enough to guess that."
- ((password-interface (make-instance 'password:keepassxc-interface))))
-
-(define-configuration :buffer
- ((default-modes (append `(:password-mode) %slot-value%))))
-