Gaming changes & KDE specialisation
This commit is contained in:
parent
97d648948f
commit
bda83fc5d0
3 changed files with 68 additions and 0 deletions
12
gaming.nix
Normal file
12
gaming.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
programs.steam.gamescopeSession.enable = true;
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
users.users.lyes.packages = with pkgs; [
|
||||
mangohud
|
||||
protonup
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue