Revert "games: Disable osu-lazer-sandbox"
This reverts commit 6cff58fcb0
.
This commit is contained in:
parent
7f5bf88fd7
commit
3e9593eb78
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue