Typo
This commit is contained in:
parent
b92a5da1e5
commit
b298cafeca
9 changed files with 4 additions and 4 deletions
12
general/gaming.nix
Normal file
12
general/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