[doom] Humanoid theme looks nice, let's take them for a ride

This commit is contained in:
Sebastian Schulze 2022-01-18 21:14:30 +01:00
parent 2d7eb2ea39
commit d90cbd389c
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
user-mail-address "{{ .me.email }}"
doom-font (font-spec :family "JetBrains Mono" :size 14)
doom-variable-pitch-font (font-spec :family "Fira Sans" :size 14)
doom-theme 'tsdh-light
doom-theme 'humanoid-light
org-directory "~/Documents/Zettelkasten/"
display-line-numbers-type nil
delete-selection-mode nil

View File

@ -6,6 +6,7 @@
(package! toml-mode)
(package! org-journal)
(package! org-alert)
(package! humanoid-themes)
{{- range .doom.extra_packages }}
(package! {{ . }})