Research module
This commit is contained in:
parent
c9c1612e36
commit
e4c1f6622e
3 changed files with 7 additions and 2 deletions
6
hm_modules/research.nix
Normal file
6
hm_modules/research.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
unstable.mendeley # Reference manager
|
||||
unstable.obsidian # Note manager
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue