diff options
author | sefidel <contact@sefidel.net> | 2023-10-15 15:19:07 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-10-15 15:20:17 +0900 |
commit | 8bb2efd15eeaa35ab6f73284579180284dcfc01f (patch) | |
tree | 6e1d54784e13fcb7621d265d6910c1430be970f1 /home/profiles/research | |
parent | 700bc66c47ea8bbae14d3821727a85ea0721c350 (diff) | |
download | nixrc-8bb2efd15eeaa35ab6f73284579180284dcfc01f.tar.gz nixrc-8bb2efd15eeaa35ab6f73284579180284dcfc01f.zip |
feat(home/research): add nanum font
Diffstat (limited to 'home/profiles/research')
-rw-r--r-- | home/profiles/research/default.nix | 5 |
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" ]; }; } |