From 3e9593eb78fed13cdb92ce81834ecb9e32f8951d Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 18 Apr 2021 18:02:09 +0200 Subject: [PATCH] Revert "games: Disable osu-lazer-sandbox" This reverts commit 6cff58fcb0a32f85fcff2a49f8f5f28dbd0756e4. --- users/simon/modules/games.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/simon/modules/games.nix b/users/simon/modules/games.nix index 41243b8..e119cb7 100644 --- a/users/simon/modules/games.nix +++ b/users/simon/modules/games.nix @@ -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; }