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

@@ -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;
};
};
};