helix config modded; fixed mangohud flatpak issues
This commit is contained in:
parent
beab49ec3d
commit
2a232f059d
2 changed files with 6 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ in
|
|||
"com.steamgriddb.SGDBoop"
|
||||
"io.github.zen_browser.zen"
|
||||
"io.itch.itch"
|
||||
"org.freedesktop.Platform.VulkanLayer.MangoHud"
|
||||
"org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08"
|
||||
];
|
||||
uninstallUnmanaged = true;
|
||||
update.auto.enable = true;
|
||||
|
|
|
|||
|
|
@ -42,6 +42,11 @@
|
|||
auto-format = true;
|
||||
formatter.command = "nixfmt";
|
||||
}
|
||||
{
|
||||
name = "typst";
|
||||
auto-format = true;
|
||||
formatter.command = "typstyle -c 1000 -i";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue