From 06b3d3e24c44f48da1399a1b7e9314277c41c208 Mon Sep 17 00:00:00 2001 From: traxys Date: Fri, 4 Apr 2025 15:26:08 +0200 Subject: [PATCH] =?UTF-8?q?gaming:=E2=80=AFAdd=20mangohud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gaming/hm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gaming/hm.nix b/gaming/hm.nix index 77d5d3a..677cdae 100644 --- a/gaming/hm.nix +++ b/gaming/hm.nix @@ -23,6 +23,10 @@ cage ]; + programs.mangohud = { + enable = true; + }; + home.file = { ".config/heroic/tools/wine/wine-system" = { source = pkgs.wine-tkg;