Compare commits

...

2 commits

2 changed files with 6 additions and 1 deletions

View file

@ -378,7 +378,10 @@ So is [[https://github.com/catppuccin/emacs][Catppuccin]]
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package catppuccin-theme (use-package catppuccin-theme
:init :init
(load-theme 'catppuccin :no-confirm)) (load-theme 'catppuccin :no-confirm)
:config
(setq catppuccin-flavor 'latte)
(catppuccin-reload))
#+end_src #+end_src
Set fonts. Set fonts.

View file

@ -3,6 +3,8 @@
services.coredns = { services.coredns = {
enable = true; enable = true;
extraArgs = [ "-quiet" ];
config = '' config = ''
.:5454 { .:5454 {
bind lo bind lo