feat(gaming): add mangohud

This commit is contained in:
Felix Schröter 2022-05-12 11:39:41 +02:00
parent c0694d9967
commit 58fd846b72
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -2,4 +2,6 @@
{ {
imports = [ ./steam.nix ./lutris.nix ]; imports = [ ./steam.nix ./lutris.nix ];
home.packages = with pkgs; [ mangohud ];
} }