Removed more than needed
This commit is contained in:
parent
bbf0d97deb
commit
ffdc68a18d
1 changed files with 9 additions and 0 deletions
|
|
@ -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" = "{}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue