From 277a02676e23165a2714ef1e25eb55e27d74cb8e Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 20 Jan 2025 05:43:32 +1000 Subject: feat(home/research)!: drop tana --- home/profiles/research/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home') 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" ]; }; } -- cgit 1.4.1