1
0
Fork 0

Add research launch hotkey

This commit is contained in:
Malte Brandy 2022-01-04 15:37:28 +01:00
parent 3162fc227c
commit 470a6d4b86
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -13,7 +13,17 @@ in
{ Pythia = "pythia"; }
];
}
{ Research = { Zotero = fork "zotero"; }; }
{
Research = {
Zotero = fork "zotero";
Launch = pkgs.writeShellScript "research" ''
cd ~/git/promotion
kitty vim chapters &
evince print.pdf &
flix develop -c flix run
'';
};
}
{
Power = {
Shutdown = "systemctl poweroff";