diff --git a/home-manager/roles/hotkeys.nix b/home-manager/roles/hotkeys.nix index c04c882a..4f7f2e1a 100644 --- a/home-manager/roles/hotkeys.nix +++ b/home-manager/roles/hotkeys.nix @@ -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";