Commit 82274a9

HPCesia <me@hpcesia.com>
2025-11-13 06:27:22
feat: add mangohud
1 parent e888f05
Changed files (2)
modules/game/gamemode.nix
@@ -1,7 +0,0 @@
-{
-  flake.modules.nixos.game = _: {
-    programs.gamemode = {
-      enable = true;
-    };
-  };
-}
modules/game/tools.nix
@@ -0,0 +1,13 @@
+{
+  flake.modules.nixos.game = _: {
+    programs.gamemode = {
+      enable = true;
+    };
+  };
+
+  flake.modules.homeManager.game = _: {
+    programs.mangohud = {
+      enable = true;
+    };
+  };
+}