Removed more than needed

This commit is contained in:
William 2024-07-15 12:07:14 -03:00
parent bbf0d97deb
commit ffdc68a18d

View file

@ -33,6 +33,15 @@
esc = [ "collapse_selection" "keep_primary_selection" ]; esc = [ "collapse_selection" "keep_primary_selection" ];
}; };
}; };
languages = {
language = [
{
name = "nix";
auto-format = true;
formatter.command = "nixfmt";
}
];
};
themes.catppuccin-mocha_transparent = { themes.catppuccin-mocha_transparent = {
inherits = "catppuccin_mocha"; inherits = "catppuccin_mocha";
"ui.background" = "{}"; "ui.background" = "{}";