From 325b7264a0a19982bf8a78627f00a9484f987861 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:58 +1000 Subject: [PATCH] nix: replace osu-lazer with osu-lazer-bin --- modules/games.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/games.nix b/modules/games.nix index e51f3ef..224cdb0 100644 --- a/modules/games.nix +++ b/modules/games.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ - osu-lazer + osu-lazer-bin ]; programs.steam = {