Compare commits
2 commits
60db9ba22b
...
819936c866
Author | SHA1 | Date | |
---|---|---|---|
819936c866 | |||
4f557c87c0 |
2 changed files with 6 additions and 1 deletions
|
@ -378,7 +378,10 @@ So is [[https://github.com/catppuccin/emacs][Catppuccin]]
|
|||
#+begin_src emacs-lisp
|
||||
(use-package catppuccin-theme
|
||||
:init
|
||||
(load-theme 'catppuccin :no-confirm))
|
||||
(load-theme 'catppuccin :no-confirm)
|
||||
:config
|
||||
(setq catppuccin-flavor 'latte)
|
||||
(catppuccin-reload))
|
||||
#+end_src
|
||||
|
||||
Set fonts.
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
services.coredns = {
|
||||
enable = true;
|
||||
|
||||
extraArgs = [ "-quiet" ];
|
||||
|
||||
config = ''
|
||||
.:5454 {
|
||||
bind lo
|
||||
|
|
Loading…
Reference in a new issue