helix again

This commit is contained in:
death916 2025-06-05 02:27:52 -07:00
parent 815ff62adc
commit ecb1a50c63

View file

@ -76,20 +76,19 @@ in
select = "underline";
};
};
};
languages.language = [{
name = "nix";
auto-format = true;
formatter.command = lib.getExe pkgs.nixfmt-rfc-style;
}];
themes = {
autumn_night_transparent = {
"inherits" = "autumn_night";
"ui.background" = { };
languages.language = [{
name = "nix";
auto-format = true;
formatter.command = lib.getExe pkgs.nixfmt-rfc-style;
}];
themes = {
autumn_night_transparent = {
"inherits" = "autumn_night";
"ui.background" = { };
};
};
};
programs.git = {
enable = true;
userName = "death916";