Compare commits

..

No commits in common. "7528bbea7ec21509e86bd1bffd90fda5c459fae4" and "f37caabca1f8c19e89f9033a38bd20584a9d0416" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View file

@ -235,6 +235,7 @@
crony.secrets.enable = true; crony.secrets.enable = true;
crony.boot.enable = true; crony.boot.enable = true;
crony.ollama.enable = true; crony.ollama.enable = true;
crony.kanata.enable = true;
# Mount additional drive for games # Mount additional drive for games
fileSystems."/mnt/games" = { fileSystems."/mnt/games" = {

View file

@ -15,7 +15,6 @@
"com.github.tchx84.Flatseal" "com.github.tchx84.Flatseal"
"cafe.avery.Delfin" "cafe.avery.Delfin"
"app.zen_browser.zen" "app.zen_browser.zen"
"com.valvesoftware.Steam.Utility.MangoHud"
]; ];
update.auto = { update.auto = {

View file

@ -14,11 +14,7 @@
enable = true; enable = true;
package = pkgs.mangohud_git; package = pkgs.mangohud_git;
settings = { settings = {
af = "16";
background_alpha = lib.mkForce 0.2;
fps_limit = "0,30,60,120,144"; fps_limit = "0,30,60,120,144";
gpu_stats = true; gpu_stats = true;
gpu_temp = true; gpu_temp = true;
gpu_core_clock = true; gpu_core_clock = true;
@ -30,11 +26,11 @@
cpu_temp = true; cpu_temp = true;
cpu_text = "CPU"; cpu_text = "CPU";
cpu_mhz = true; cpu_mhz = true;
cpu_power = true;
cpu_load_change = true; cpu_load_change = true;
vram = true; vram = true;
ram = true; ram = true;
swap = true;
fps = true; fps = true;
fps_sampling_period = "1000"; fps_sampling_period = "1000";