diff options
author | sefidel <contact@sefidel.net> | 2024-06-14 17:24:01 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-06-24 23:43:11 +0900 |
commit | 9354033158353ddecf8343df4c7209f56338aaa0 (patch) | |
tree | 634224fb72d66728d0a3376785fb512229a3c60e /home/profiles | |
parent | 34ee11b63dcc6b021cceee65ff560b2484790749 (diff) | |
download | nixrc-9354033158353ddecf8343df4c7209f56338aaa0.tar.gz nixrc-9354033158353ddecf8343df4c7209f56338aaa0.zip |
feat(home/research): add tana
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/research/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index e431772..2d98905 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -56,6 +56,7 @@ in pkgs.libreoffice pkgs.obsidian pkgs.pandoc + pkgs.tana pkgs.texlive.combined.scheme-small pkgs.typst pkgs.typst-lsp @@ -68,6 +69,6 @@ in # Let HM manage installed fonts fonts.fontconfig.enable = true; - nixpkgs.allowedUnfree = [ "obsidian" ]; + nixpkgs.allowedUnfree = [ "obsidian" "tana" ]; }; } |