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