mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-03 20:05:53 +02:00
7 lines
No EOL
123 B
Nix
7 lines
No EOL
123 B
Nix
{pkgs, ...}:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
mangohud
|
|
];
|
|
programs.gamemode.enable = true;
|
|
} |