From 2907238e8f881ef7183cdc14893ffd630ea44f93 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 2 Jun 2022 23:35:16 +0200 Subject: [PATCH] add hotkeys --- home-manager/roles/hotkeys.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-manager/roles/hotkeys.nix b/home-manager/roles/hotkeys.nix index eaa09c20..b1d0e6ff 100644 --- a/home-manager/roles/hotkeys.nix +++ b/home-manager/roles/hotkeys.nix @@ -64,6 +64,10 @@ in [ Config = "codium ~/git/config"; Files = fork "nautilus"; DarkTerminal = fork "foot -o 'color.background=000000' -o 'foreground=ffffff'"; + Accounting = { + Update = "nix run ./git/buchhaltung#update"; + Display = "hledger -f ~/git/buchhaltung/buchhaltung.journal ui -- --watch --theme=terminal -X€ -t -E"; + }; Games = { GW2 = fork "gw2"; Steam = fork "steam";