This commit is contained in:
Tao Tien 2025-08-20 13:05:11 -07:00
parent ce91ee4c41
commit b441cfc12b
4 changed files with 472 additions and 6 deletions

View file

@ -1,8 +1,4 @@
{
inputs,
pkgs,
...
}: {
{...}: {
programs.helix = {
settings = {
theme = "gruvbox_dark_hard";
@ -191,6 +187,7 @@
auto-format = true;
formatter = {
command = "alejandra";
args = ["--experimental-config" "alejandra.toml"];
};
}
{