From 21b23166e2629b353489d3b009202e2b459a8a3a Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 24 Dec 2023 17:49:07 +0900 Subject: feat(home/gaming): enable osu-lazer-bin --- home/profiles/gaming/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/gaming') diff --git a/home/profiles/gaming/default.nix b/home/profiles/gaming/default.nix index 5c7f6bc..403f0dd 100644 --- a/home/profiles/gaming/default.nix +++ b/home/profiles/gaming/default.nix @@ -13,7 +13,7 @@ in config = lib.mkIf cfg.enable { home.packages = with inputs.nix-gaming.packages.${pkgs.system}; [ osu-stable - # osu-lazer-bin + osu-lazer-bin ]; }; } -- cgit 1.4.1