prismlauncher in games
This commit is contained in:
parent
ffcddf22f5
commit
84aa16be66
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
{ lib, config, ... }: lib.mkIf config.withGames {
|
{ lib, config, pkgs, ... }: lib.mkIf config.withGames {
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
|
|
||||||
|
home-manager.users.twoneis = {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
prismlauncher
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue