From fafc42cad13f28d01ac4772f697def530f17e61b Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sat, 15 Jun 2024 21:34:04 +1200 Subject: [PATCH] feat(home:gaming): add steam bind --- home/profiles/suites/gaming.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/profiles/suites/gaming.nix b/home/profiles/suites/gaming.nix index 6db97b6..d74a22d 100644 --- a/home/profiles/suites/gaming.nix +++ b/home/profiles/suites/gaming.nix @@ -12,5 +12,6 @@ in wine.enable = true; bottles.enable = true; }; + ooknet.binds.steam = "steam"; }; }