fix gitea

This commit is contained in:
2025-11-11 20:17:13 -06:00
parent 6b393c7e4f
commit cc7aca0fce
3 changed files with 4 additions and 3 deletions

View File

@@ -94,9 +94,9 @@ in
# SSH_ROOT_PATH = "${cfg.data_dir}/.ssh";
# SSH_CREATE_AUTHORIZED_KEYS_FILE = true;
# actual git config
ENABLE_PUSH_CREATE_USER = true;
DEFAULT_BRANCH = "trunk";
ENABLE_PUSH_CREATE_USER = true;
DEFAULT_PUSH_CREATE_PRIVATE = true;
};
};
database = {

View File

@@ -22,7 +22,7 @@ in {
programs.${program} = {
enable = true;
dotDir = "`\${config.xdg.configHome}/zsh`";
dotDir = "${config.xdg.configHome}/zsh";
autocd = true;
enableCompletion = true;

View File

@@ -63,6 +63,7 @@ in {
waybar.addCss = false;
nvf.transparentBackground = true;
qt.enable = true;
librewolf.enable = false;
};
};
};