Changing the structure of the configuration
This commit is contained in:
parent
be8c206e60
commit
c06849e70f
12 changed files with 2 additions and 24 deletions
12
configuration/gaming.nix
Normal file
12
configuration/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