about summary refs log tree commit diff
path: root/home/profiles/research
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/research')
-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" ];
   };
 }