more minimal games
This commit is contained in:
parent
520e72e00a
commit
9e5b56293b
1 changed files with 1 additions and 8 deletions
|
@ -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
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue