helix config modded; fixed mangohud flatpak issues

This commit is contained in:
William 2025-01-12 19:47:33 -03:00
parent beab49ec3d
commit 2a232f059d
2 changed files with 6 additions and 1 deletions

View file

@ -79,7 +79,7 @@ in
"com.steamgriddb.SGDBoop" "com.steamgriddb.SGDBoop"
"io.github.zen_browser.zen" "io.github.zen_browser.zen"
"io.itch.itch" "io.itch.itch"
"org.freedesktop.Platform.VulkanLayer.MangoHud" "org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08"
]; ];
uninstallUnmanaged = true; uninstallUnmanaged = true;
update.auto.enable = true; update.auto.enable = true;

View file

@ -42,6 +42,11 @@
auto-format = true; auto-format = true;
formatter.command = "nixfmt"; formatter.command = "nixfmt";
} }
{
name = "typst";
auto-format = true;
formatter.command = "typstyle -c 1000 -i";
}
]; ];
}; };
}; };