diff --git a/modules/home.nix b/modules/home.nix index 629d856..a231aae 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -40,9 +40,10 @@ zoxide = { enable = true; - options = [ - "--cmd cd" - ]; + #enableZshIntegration = true; + #options = [ + # "--cmd cd" + #]; }; kitty = { diff --git a/modules/stylix/home.nix b/modules/stylix/home.nix index 3e41395..f1a86ec 100644 --- a/modules/stylix/home.nix +++ b/modules/stylix/home.nix @@ -16,7 +16,7 @@ # profileNames = [ "${username}" ]; #}; qt.enable = true; - qt.platform = "kde"; + qt.platform = "qtct"; #kde.enable = false; zen-browser.profileNames = [ "${username}" ]; }; diff --git a/modules/zsh.nix b/modules/zsh.nix index 32da033..51ff160 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -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!