1
0
Fork 0

add hotkeys

This commit is contained in:
Malte Brandy 2022-06-02 23:35:16 +02:00
parent 2b3d881bbc
commit 2907238e8f

View file

@ -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";