about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/gaming/default.nix2
1 files changed, 1 insertions, 1 deletions
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
     ];
   };
 }