mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 21:05:50 +08:00
fix yamlfmt; add r treesitter
This commit is contained in:
parent
6be5498632
commit
b30badae8b
4 changed files with 3 additions and 15 deletions
|
|
@ -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=' '"'' ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
"glsl"
|
||||
"css"
|
||||
"hyprlang"
|
||||
"r"
|
||||
];
|
||||
settings.highlight.enable = true;
|
||||
settings.indent.enable = true;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue