about summary refs log tree commit diff
path: root/home/profiles/research
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-10-12 01:26:25 +0900
committersefidel <contact@sefidel.net>2023-10-12 01:26:25 +0900
commitc3e5fe719a99cf173a3b4616dfe4ede4325c7d23 (patch)
tree81a2d55ec8fb5d33283c8b3c9022fade96c2765f /home/profiles/research
parent4c6105ba1131d78b7c72c8efce856a0b9653e5ab (diff)
downloadnixrc-c3e5fe719a99cf173a3b4616dfe4ede4325c7d23.tar.gz
nixrc-c3e5fe719a99cf173a3b4616dfe4ede4325c7d23.zip
feat(home/research): add document editors
Diffstat (limited to 'home/profiles/research')
-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" ];
   };
 }