diff --git a/hm_modules/research.nix b/hm_modules/research.nix new file mode 100644 index 0000000..e3013f4 --- /dev/null +++ b/hm_modules/research.nix @@ -0,0 +1,6 @@ +{ pkgs, ... }: { + home.packages = with pkgs; [ + unstable.mendeley # Reference manager + unstable.obsidian # Note manager + ]; +} diff --git a/odin/hm.nix b/odin/hm.nix index 5f4aa14..6cc65bd 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -43,7 +43,6 @@ mendeley # minecraft # mycrypto - obsidian openvpn p7zip pavucontrol diff --git a/thor/hm.nix b/thor/hm.nix index ad64517..54aa74b 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -46,7 +46,6 @@ mendeley # minecraft # mycrypto - obsidian openvpn p7zip pavucontrol @@ -126,6 +125,7 @@ ../hm_modules/polybar.nix ../hm_modules/pro_audio.nix # ../hm_modules/pycharm.nix + ../hm_modules/research.nix ../hm_modules/rofi.nix # ../hm_modules/screen_locker.nix # ../hm_modules/security.nix