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
|
||||
];
|
||||
}
|
||||
|
|
@ -43,7 +43,6 @@
|
|||
mendeley
|
||||
# minecraft
|
||||
# mycrypto
|
||||
obsidian
|
||||
openvpn
|
||||
p7zip
|
||||
pavucontrol
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue