From c01c5da7c46063c62cd5923f874b87467b47cd4e Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Mon, 2 Sep 2024 19:14:45 +0200 Subject: [PATCH] add Departure Mono font --- modules/desktop/fonts.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop/fonts.nix b/modules/desktop/fonts.nix index d7b3b12..97c7453 100644 --- a/modules/desktop/fonts.nix +++ b/modules/desktop/fonts.nix @@ -14,6 +14,7 @@ libertine inter b612 + departure-mono ]; fonts.fontDir.enable = true; }