diff --git a/home-manager/roles/hotkeys.nix b/home-manager/roles/hotkeys.nix index cb4566e9..3ef38b9b 100644 --- a/home-manager/roles/hotkeys.nix +++ b/home-manager/roles/hotkeys.nix @@ -67,10 +67,6 @@ in Chromium = fork "chromium"; Watchfeeds = "watchfeeds"; News = "news"; - Games = { - Steam = fork "steam"; - Minecraft = fork "minecraft-launcher"; - }; Deluge = fork "deluge"; VoxMachina = fork "mpv https://www.youtube.com/playlist?list=PL1tiwbzkOjQz7D0l_eLJGAISVtcL7oRu_"; }; @@ -111,4 +107,10 @@ in }; } { DarkKitty = fork "kitty -o 'background #000000' -o 'foreground #ffffff'"; } + { + Games = { + Steam = fork "steam"; + Minecraft = fork "minecraft-launcher"; + }; + } ]