From 9354033158353ddecf8343df4c7209f56338aaa0 Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Fri, 14 Jun 2024 17:24:01 +0900
Subject: feat(home/research): add tana

---
 home/profiles/research/default.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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" ];
   };
 }
-- 
cgit 1.4.1