nix/modules/apps/gui/games/mangohud/default.nix

4 lines
69 B
Nix
Raw Normal View History

2024-09-21 09:44:32 +02:00
{...}: {
home-manager.users.joy.programs.mangohud.enable = true;
}