From 1eba5398fd09f98bd11cbf8c3b80f20bb9ce1f2d Mon Sep 17 00:00:00 2001 From: adikro Date: Fri, 12 Jun 2026 00:53:25 +0200 Subject: microvm and dns stuff --- hm/soft/mangohud.nix | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 hm/soft/mangohud.nix (limited to 'hm/soft/mangohud.nix') diff --git a/hm/soft/mangohud.nix b/hm/soft/mangohud.nix deleted file mode 100644 index 335014c..0000000 --- a/hm/soft/mangohud.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ config, lib, ... }: -let - cfg = config.hm.soft.mangohud; -in -{ - options.hm.soft.mangohud.enable = lib.mkEnableOption "mangohud hm config"; - config = lib.mkIf cfg.enable { - programs.mangohud = { - enable = true; - settings = { - table_columns = 4; - font_scale = 1.3; - cellpadding_y = 0.1; - round_corners = 10; - fps_limit = 240; - - gpu_temp = true; - gpu_core_clock = true; - - cpu_temp = true; - cpu_mhz = true; - - fps_metrics = "0.01"; - wine = true; - }; - }; - }; -} -- cgit v1.3