about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-06-14 17:24:01 +0900
committersefidel <contact@sefidel.net>2024-06-24 23:43:11 +0900
commit9354033158353ddecf8343df4c7209f56338aaa0 (patch)
tree634224fb72d66728d0a3376785fb512229a3c60e
parent34ee11b63dcc6b021cceee65ff560b2484790749 (diff)
downloadnixrc-9354033158353ddecf8343df4c7209f56338aaa0.tar.gz
nixrc-9354033158353ddecf8343df4c7209f56338aaa0.zip
feat(home/research): add tana
-rw-r--r--home/profiles/research/default.nix3
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" ];
   };
 }