From 303e3071468a07f074d4c97450d6e3a27d211e40 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 18 Feb 2022 14:37:33 +0100 Subject: [PATCH] Add cool Hotkeys --- home-manager/roles/hotkeys.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/roles/hotkeys.nix b/home-manager/roles/hotkeys.nix index eff05520..19aa6ddf 100644 --- a/home-manager/roles/hotkeys.nix +++ b/home-manager/roles/hotkeys.nix @@ -11,6 +11,7 @@ in { Tasks = "tasksh"; } { Meditate = "meditate"; } { Pythia = "pythia"; } + { Notes = "codium ~/git/notes"; } ]; } { @@ -19,6 +20,7 @@ in Open = fork "evince ~/git/promotion/out/print.pdf"; Build = "sh -c 'cd ~/git/promotion; flix develop -c flix run'"; Directory = fork "kitty -d ~/git/promotion"; + Edit = "codium ~/git/promotion"; }; } { @@ -63,6 +65,7 @@ in { Apps = { Editor = fork "codium"; + Config = "codium ~/git/config"; Files = fork "nautilus"; DarkKitty = fork "kitty -o 'background #000000' -o 'foreground #ffffff'"; Games = {