mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-07-07 07:17:14 +02:00
Add gaming-specific options
This commit is contained in:
parent
a10e43fcdf
commit
8f737a3622
3 changed files with 17 additions and 7 deletions
7
nixos/modules/gaming/helpers.nix
Normal file
7
nixos/modules/gaming/helpers.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
mangohud
|
||||
];
|
||||
programs.gamemode.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue