aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/research/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix
index 97dbeef..b68949b 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -56,7 +56,6 @@ in
pkgs.obsidian
pkgs.pandoc
pkgs.qgis
- pkgs.tana
pkgs.texlive.combined.scheme-small
pkgs.tinymist
pkgs.typst
@@ -68,6 +67,6 @@ in
# Let HM manage installed fonts
fonts.fontconfig.enable = true;
- nixpkgs.allowedUnfree = [ "obsidian" "tana" ];
+ nixpkgs.allowedUnfree = [ "obsidian" ];
};
}