about summary refs log tree commit diff
path: root/home/profiles/research/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/research/default.nix')
-rw-r--r--home/profiles/research/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix
index 111a98c..ec34e9f 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -53,8 +53,12 @@ in
     home.packages = [
       pkgs.kicad
       pkgs.ltex-ls
+      pkgs.libreoffice
+      pkgs.obsidian
       pkgs.pandoc
       pkgs.texlive.combined.scheme-small
     ];
+
+    nixpkgs.allowedUnfree = [ "obsidian" ];
   };
 }