about summary refs log tree commit diff
path: root/home/profiles/gaming
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-12-24 17:49:07 +0900
committersefidel <contact@sefidel.net>2023-12-24 17:49:07 +0900
commit21b23166e2629b353489d3b009202e2b459a8a3a (patch)
tree95155111945d4e966d8b37aa897aa2d3d97f520d /home/profiles/gaming
parentf98f9199a49ebc67e44979451f1317eef4bfecff (diff)
downloadnixrc-21b23166e2629b353489d3b009202e2b459a8a3a.tar.gz
nixrc-21b23166e2629b353489d3b009202e2b459a8a3a.zip
feat(home/gaming): enable osu-lazer-bin
Diffstat (limited to 'home/profiles/gaming')
-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
     ];
   };
 }