From 8bb2efd15eeaa35ab6f73284579180284dcfc01f Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 15 Oct 2023 15:19:07 +0900 Subject: feat(home/research): add nanum font --- home/profiles/research/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'home/profiles/research/default.nix') diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index ec34e9f..06fb14f 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -57,8 +57,13 @@ in pkgs.obsidian pkgs.pandoc pkgs.texlive.combined.scheme-small + + pkgs.nanum ]; + # Let HM manage installed fonts + fonts.fontconfig.enable = true; + nixpkgs.allowedUnfree = [ "obsidian" ]; }; } -- cgit 1.4.1