fix yamlfmt; add r treesitter

This commit is contained in:
EdenQwQ 2025-04-16 23:17:19 +08:00
parent 6be5498632
commit b30badae8b
4 changed files with 3 additions and 15 deletions

View file

@ -118,6 +118,7 @@
shellcheck.command = lib.getExe pkgs.shellcheck;
shellharden.command = lib.getExe pkgs.shellharden;
stylua.command = lib.getExe pkgs.stylua;
yamlfmt.command = lib.getExe pkgs.yamlfmt;
latexindent.prepend_args = [ ''-y="defaultIndent=' '"'' ];
};
};

View file

@ -21,6 +21,7 @@
"glsl"
"css"
"hyprlang"
"r"
];
settings.highlight.enable = true;
settings.indent.enable = true;

View file

@ -47,11 +47,7 @@
baseImageName = "bangqiaoyan-girl-sky";
path = "${pkgs.wallpapers}/bangqiaoyan-girl-sky.jpg";
convertMethod = "gonord";
effects.hydrogen = {
enable = true;
options.extraArguments = "--background \"${config.lib.stylix.colors.withHashtag.base02}\"";
};
effects.hydrogen.enable = true;
}
{
name = "morncolour-pink-landscape.png";