more minimal games

This commit is contained in:
twoneis 2024-07-06 00:59:58 +02:00
parent 520e72e00a
commit 9e5b56293b

View file

@ -1,11 +1,4 @@
{ lib, config, pkgs, ... }: lib.mkIf config.withGames { { lib, config, ... }: lib.mkIf config.withGames {
programs.steam.enable = true; programs.steam.enable = true;
programs.gamescope.enable = true;
programs.gamemode.enable = true; programs.gamemode.enable = true;
home-manager.users.twoneis = {
home.packages = with pkgs; [
lutris
];
};
} }