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; }