diff options
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" ]; }; } |