about summary refs log tree commit diff
path: root/nix/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-11-08 08:33:56 -0800
committerFranck Cuny <franck@fcuny.net>2024-11-08 08:33:56 -0800
commit60b9e616cc8573337d4d17139e1b101bd1ca10d4 (patch)
tree6ea6f05a798854e970bbaef285eefeb232ace33d /nix/hosts
parentrun excalidraw in a container and make it available over https (diff)
downloadworld-60b9e616cc8573337d4d17139e1b101bd1ca10d4.tar.gz
install font dejavu
Diffstat (limited to 'nix/hosts')
-rw-r--r--nix/hosts/common/homebrew.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/nix/hosts/common/homebrew.nix b/nix/hosts/common/homebrew.nix
index 7aaec3d..1ba4a93 100644
--- a/nix/hosts/common/homebrew.nix
+++ b/nix/hosts/common/homebrew.nix
@@ -26,15 +26,18 @@
       "docker"
       "element"
       "emacs"
-      "font-go"
-      "font-source-code-pro"
-      "font-source-sans-3"
-      "font-source-serif-4"
       "iterm2"
       "transmission"
       "vlc"
       "wireshark"
       "zoom"
+
+      # fonts
+      "font-go"
+      "font-source-code-pro"
+      "font-source-sans-3"
+      "font-source-serif-4"
+      "font-dejavu"
     ];
   };
 }