diff options
author | sefidel <contact@sefidel.net> | 2022-05-01 17:09:51 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-05-01 17:09:51 +0900 |
commit | f968bc057ea300103d6ca42f6f55b1e4e7cea8ac (patch) | |
tree | 2714a02d06c30453988a1399b2adba27f6d582e6 /home/profiles/research | |
parent | de86a519f672262b4ee0cb6cf4a2354766f1bc8f (diff) | |
download | nixrc-f968bc057ea300103d6ca42f6f55b1e4e7cea8ac.tar.gz nixrc-f968bc057ea300103d6ca42f6f55b1e4e7cea8ac.zip |
chore: note taking
Diffstat (limited to 'home/profiles/research')
-rw-r--r-- | home/profiles/research/default.nix | 3 |
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" ]; }; } |