diff options
author | Franck Cuny <franck@fcuny.net> | 2024-11-08 08:33:56 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-11-08 08:33:56 -0800 |
commit | 60b9e616cc8573337d4d17139e1b101bd1ca10d4 (patch) | |
tree | 6ea6f05a798854e970bbaef285eefeb232ace33d /nix/hosts | |
parent | run excalidraw in a container and make it available over https (diff) | |
download | world-60b9e616cc8573337d4d17139e1b101bd1ca10d4.tar.gz |
install font dejavu
Diffstat (limited to 'nix/hosts')
-rw-r--r-- | nix/hosts/common/homebrew.nix | 11 |
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" ]; }; } |