diff --git a/modules/games/default.nix b/modules/games/default.nix index d06e7b6..85a1c31 100644 --- a/modules/games/default.nix +++ b/modules/games/default.nix @@ -1,11 +1,4 @@ -{ lib, config, pkgs, ... }: lib.mkIf config.withGames { +{ lib, config, ... }: lib.mkIf config.withGames { programs.steam.enable = true; - programs.gamescope.enable = true; programs.gamemode.enable = true; - - home-manager.users.twoneis = { - home.packages = with pkgs; [ - lutris - ]; - }; }