rename pasted thing :p

This commit is contained in:
xunuwu 2025-06-19 02:37:17 +02:00
parent d3e912111f
commit 707b459bed
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -6,7 +6,7 @@
home.packages = with pkgs; [codeberg-cli];
# most of these are default except for the url
xdg.configFile."berg-cli/berg.toml".source = (pkgs.formats.toml {}).generate "meli-config" {
xdg.configFile."berg-cli/berg.toml".source = (pkgs.formats.toml {}).generate "berg-config" {
base_url = "git.${vars.domain}";
protocol = "https";
no_color = false;