Research module

This commit is contained in:
Filippo Berto 2022-12-29 13:10:40 +01:00
parent c9c1612e36
commit e4c1f6622e
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 7 additions and 2 deletions

6
hm_modules/research.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
unstable.mendeley # Reference manager
unstable.obsidian # Note manager
];
}