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

@@ -39,7 +39,6 @@
backupPrepareCommand = ''
${pkgs.postgresql_13}/bin/pg_dumpall --clean -U postgres | ${pkgs.zstd}/bin/zstd --rsyncable > /var/backup/pgdump.sql.zst
'';
};
};
}

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;

View File

@@ -28,7 +28,6 @@
repository = {
ENABLE_PUSH_CREATE_USER = true;
};
};
};
};
}