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"
|
"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;
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue