about summary refs log tree commit diff
path: root/home/profiles/research/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-16 21:41:20 +0900
committersefidel <contact@sefidel.net>2022-02-16 21:41:20 +0900
commit79b64f3baad0f451604d0da940a25d8e6437ad5b (patch)
tree32ab776ccc4c4bd8f2ea9e4a7754e4c4cec1926c /home/profiles/research/default.nix
parent30ecb0692016a8147281fa2b8bc823c3b821db2d (diff)
downloadnixrc-79b64f3baad0f451604d0da940a25d8e6437ad5b.tar.gz
nixrc-79b64f3baad0f451604d0da940a25d8e6437ad5b.zip
feat(home/research): obsidian -> latex
Diffstat (limited to 'home/profiles/research/default.nix')
-rw-r--r--home/profiles/research/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix
index c1b45ef..e7f934a 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -10,7 +10,6 @@ in
   };
 
   config = lib.mkIf cfg.enable {
-
     programs.zathura = {
       enable = true;
       options = {
@@ -50,7 +49,6 @@ in
       };
     };
 
-    home.packages = with pkgs; [ obsidian ];
-    nixpkgs.allowedUnfree = [ "obsidian" ];
+    home.packages = [ pkgs.texlive.combined.scheme-small ];
   };
 }