Revert "games: Disable osu-lazer-sandbox"

This reverts commit 6cff58fcb0.
This commit is contained in:
Simon Bruder 2021-04-18 18:02:09 +02:00
parent 7f5bf88fd7
commit 3e9593eb78
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -1,5 +1,5 @@
{ lib, nixosConfig, pkgs, ... }: { lib, nixosConfig, pkgs, ... }:
lib.mkIf nixosConfig.sbruder.games.enable { lib.mkIf nixosConfig.sbruder.games.enable {
home.packages = [ ]; home.packages = [ ]
#++ lib.optional nixosConfig.sbruder.unfree.allowSoftware pkgs.unstable.osu-lazer-sandbox; ++ lib.optional nixosConfig.sbruder.unfree.allowSoftware pkgs.unstable.osu-lazer-sandbox;
} }