nix-dotfiles/modules/mangohud.nix

7 lines
91 B
Nix

{ ... }:
{
programs.mangohud = {
enable = true;
enableSessionWide = true;
};
}