Nvim and format

This commit is contained in:
2023-07-20 00:26:04 +01:00
parent 586df7389b
commit e1dfd3193e
7 changed files with 43 additions and 34 deletions

View File

@@ -14,12 +14,14 @@
}));
element = pkgs.element-web.override {
conf = {
default_server_config."m.homeserver" = {
"base_url" = "https://broccoli.town";
"server_name" = "broccoli.town";
};
} // catppuccin;
conf =
{
default_server_config."m.homeserver" = {
"base_url" = "https://broccoli.town";
"server_name" = "broccoli.town";
};
}
// catppuccin;
};
in {
enable = true;