Revert "games: Disable osu-lazer-sandbox"

This reverts commit 6cff58fcb0.
pull/52/head
Simon Bruder 2021-04-18 18:02:09 +02:00
parent 7f5bf88fd7
commit 3e9593eb78
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 2 deletions

View File

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