fix gitea
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -22,7 +22,7 @@ in {
|
||||
|
||||
programs.${program} = {
|
||||
enable = true;
|
||||
dotDir = "`\${config.xdg.configHome}/zsh`";
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
autocd = true;
|
||||
enableCompletion = true;
|
||||
|
||||
|
||||
@@ -63,6 +63,7 @@ in {
|
||||
waybar.addCss = false;
|
||||
nvf.transparentBackground = true;
|
||||
qt.enable = true;
|
||||
librewolf.enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user