From e0daa8743d6c5a4e092d4fee5f8853eb96d2d637 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Thu, 11 Dec 2025 11:21:33 +0100 Subject: [PATCH] Fixed zoxide not working. --- modules/home.nix | 7 ++++--- modules/stylix/home.nix | 2 +- modules/zsh.nix | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) 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!