1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: enable mangohud

This commit is contained in:
oddlama 2024-09-07 01:44:47 +02:00
parent c59ff2613e
commit 3383fd9a14
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -4,4 +4,6 @@
./bottles.nix ./bottles.nix
./poe.nix ./poe.nix
]; ];
programs.mangohud.enable = true;
} }