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

@@ -47,6 +47,11 @@
:init (doom-modeline-mode 1)
:custom ((doom-modeline-height 15)))
;; install all-the-icons when first loading the emacs conf
;; remember to run M-x all-the-icons-install-fonts
(when (display-graphic-p)
(use-package all-the-icons :straight t))
(use-package which-key
:straight t
:defer 0
@@ -77,7 +82,7 @@
(use-package super-save
:straight t
:config
:config
(super-save-mode +1))
;; Auto reverting Changed Files