diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 7e7fb80..79c7030 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -235,6 +235,7 @@ crony.secrets.enable = true; crony.boot.enable = true; crony.ollama.enable = true; + crony.kanata.enable = true; # Mount additional drive for games fileSystems."/mnt/games" = { diff --git a/modules/linux/home-manager/flatpak.nix b/modules/linux/home-manager/flatpak.nix index ce25dbf..2bb438f 100644 --- a/modules/linux/home-manager/flatpak.nix +++ b/modules/linux/home-manager/flatpak.nix @@ -15,7 +15,6 @@ "com.github.tchx84.Flatseal" "cafe.avery.Delfin" "app.zen_browser.zen" - "com.valvesoftware.Steam.Utility.MangoHud" ]; update.auto = { diff --git a/modules/linux/home-manager/mangohud.nix b/modules/linux/home-manager/mangohud.nix index 4a6c016..f0a750e 100644 --- a/modules/linux/home-manager/mangohud.nix +++ b/modules/linux/home-manager/mangohud.nix @@ -14,11 +14,7 @@ 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; @@ -30,11 +26,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";