Fixed zoxide not working.
This commit is contained in:
@ -40,9 +40,10 @@
|
|||||||
|
|
||||||
zoxide = {
|
zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
options = [
|
#enableZshIntegration = true;
|
||||||
"--cmd cd"
|
#options = [
|
||||||
];
|
# "--cmd cd"
|
||||||
|
#];
|
||||||
};
|
};
|
||||||
|
|
||||||
kitty = {
|
kitty = {
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
# profileNames = [ "${username}" ];
|
# profileNames = [ "${username}" ];
|
||||||
#};
|
#};
|
||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
qt.platform = "kde";
|
qt.platform = "qtct";
|
||||||
#kde.enable = false;
|
#kde.enable = false;
|
||||||
zen-browser.profileNames = [ "${username}" ];
|
zen-browser.profileNames = [ "${username}" ];
|
||||||
};
|
};
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
source /home/${username}/NixOS/other/aliases
|
source /home/${username}/NixOS/other/aliases
|
||||||
|
eval "$(${pkgs.zoxide}/bin/zoxide init zsh --cmd cd)"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
#To reset powerlevel10k, write 'p10k configure' in shell!
|
#To reset powerlevel10k, write 'p10k configure' in shell!
|
||||||
|
|||||||
Reference in New Issue
Block a user