gaming tm
This commit is contained in:
parent
abea6659c7
commit
a18b3f2b6d
|
@ -9,6 +9,8 @@
|
|||
profiles.network_manager
|
||||
profiles.sway
|
||||
profiles.dnscrypt
|
||||
profiles.gaming
|
||||
|
||||
home.gui
|
||||
home.dev
|
||||
home.network_manager
|
||||
|
|
13
profiles/gaming/gaming.nix
Normal file
13
profiles/gaming/gaming.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.steam.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
steam
|
||||
lutris
|
||||
mgba
|
||||
nestopia
|
||||
snes9x-gtk
|
||||
melonDS
|
||||
sixpair
|
||||
xboxdrv
|
||||
];
|
||||
}
|
|
@ -1,3 +1,6 @@
|
|||
{ config, ... }: {
|
||||
services.xserver.libinput.enable = true;
|
||||
services.tlp.enable = true;
|
||||
powerManagement.enable = true;
|
||||
powerManagement.powertop.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue