about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-10-15 15:19:07 +0900
committersefidel <contact@sefidel.net>2023-10-15 15:20:17 +0900
commit8bb2efd15eeaa35ab6f73284579180284dcfc01f (patch)
tree6e1d54784e13fcb7621d265d6910c1430be970f1 /home/profiles
parent700bc66c47ea8bbae14d3821727a85ea0721c350 (diff)
downloadnixrc-8bb2efd15eeaa35ab6f73284579180284dcfc01f.tar.gz
nixrc-8bb2efd15eeaa35ab6f73284579180284dcfc01f.zip
feat(home/research): add nanum font
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/research/default.nix5
1 files changed, 5 insertions, 0 deletions
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" ];
   };
 }