about summary refs log tree commit diff
path: root/home/profiles/research
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-05-01 17:09:51 +0900
committersefidel <contact@sefidel.net>2022-05-01 17:09:51 +0900
commitf968bc057ea300103d6ca42f6f55b1e4e7cea8ac (patch)
tree2714a02d06c30453988a1399b2adba27f6d582e6 /home/profiles/research
parentde86a519f672262b4ee0cb6cf4a2354766f1bc8f (diff)
downloadnixrc-f968bc057ea300103d6ca42f6f55b1e4e7cea8ac.tar.gz
nixrc-f968bc057ea300103d6ca42f6f55b1e4e7cea8ac.zip
chore: note taking
Diffstat (limited to 'home/profiles/research')
-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 087b995..8069577 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -53,9 +53,8 @@ in
       pkgs.texlive.combined.scheme-small
       pkgs.pandoc
       pkgs.obsidian
-      pkgs.notion-app-enhanced
     ];
 
-    nixpkgs.allowedUnfree = [ "notion-app-enhanced-v2.0.18" ];
+    nixpkgs.allowedUnfree = [ "obsidian" ];
   };
 }