sync
This commit is contained in:
parent
9a16acca1b
commit
0deecc0aea
6 changed files with 65 additions and 39 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{ pkgs, config, lib, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
options.gaming.enable = lib.mkEnableOption "Enable steam and related software";
|
||||
|
||||
|
|
@ -17,6 +23,8 @@
|
|||
gamemode.enable = true;
|
||||
};
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
mangohud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue