From 72b7ee4507fa40a95076d4a1aa1a97a8f6304dc9 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 16 Oct 2025 12:22:45 +0200 Subject: [PATCH 1/3] feat(skadi): disable kanata, can feel the latency. --- hosts/skadi/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 79c7030..7e7fb80 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -235,7 +235,6 @@ crony.secrets.enable = true; crony.boot.enable = true; crony.ollama.enable = true; - crony.kanata.enable = true; # Mount additional drive for games fileSystems."/mnt/games" = { From 4bf29016de7ae64b72deb33a7c8af52a362e1726 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 16 Oct 2025 12:23:01 +0200 Subject: [PATCH 2/3] feat(flatpak): add mangohud. --- modules/linux/home-manager/flatpak.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/linux/home-manager/flatpak.nix b/modules/linux/home-manager/flatpak.nix index 2bb438f..ce25dbf 100644 --- a/modules/linux/home-manager/flatpak.nix +++ b/modules/linux/home-manager/flatpak.nix @@ -15,6 +15,7 @@ "com.github.tchx84.Flatseal" "cafe.avery.Delfin" "app.zen_browser.zen" + "com.valvesoftware.Steam.Utility.MangoHud" ]; update.auto = { From 7528bbea7ec21509e86bd1bffd90fda5c459fae4 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 16 Oct 2025 12:23:33 +0200 Subject: [PATCH 3/3] feat(mangohud): changed some settings. --- modules/linux/home-manager/mangohud.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/linux/home-manager/mangohud.nix b/modules/linux/home-manager/mangohud.nix index f0a750e..4a6c016 100644 --- a/modules/linux/home-manager/mangohud.nix +++ b/modules/linux/home-manager/mangohud.nix @@ -14,7 +14,11 @@ enable = true; package = pkgs.mangohud_git; settings = { + af = "16"; + background_alpha = lib.mkForce 0.2; + fps_limit = "0,30,60,120,144"; + gpu_stats = true; gpu_temp = true; gpu_core_clock = true; @@ -26,11 +30,11 @@ cpu_temp = true; cpu_text = "CPU"; cpu_mhz = true; - cpu_power = true; cpu_load_change = true; vram = true; ram = true; + swap = true; fps = true; fps_sampling_period = "1000";