Fixed zoxide not working.

This commit is contained in:
2025-12-11 11:21:33 +01:00
parent 6bb20b177b
commit e0daa8743d
3 changed files with 6 additions and 4 deletions

View File

@ -40,9 +40,10 @@
zoxide = {
enable = true;
options = [
"--cmd cd"
];
#enableZshIntegration = true;
#options = [
# "--cmd cd"
#];
};
kitty = {

View File

@ -16,7 +16,7 @@
# profileNames = [ "${username}" ];
#};
qt.enable = true;
qt.platform = "kde";
qt.platform = "qtct";
#kde.enable = false;
zen-browser.profileNames = [ "${username}" ];
};

View File

@ -9,6 +9,7 @@
shellInit = ''
source /home/${username}/NixOS/other/aliases
eval "$(${pkgs.zoxide}/bin/zoxide init zsh --cmd cd)"
'';
#To reset powerlevel10k, write 'p10k configure' in shell!