diff --git a/hm/modules/common/shellenv/default.nix b/hm/modules/common/shellenv/default.nix index 0e7e822..211b671 100644 --- a/hm/modules/common/shellenv/default.nix +++ b/hm/modules/common/shellenv/default.nix @@ -43,12 +43,7 @@ in vi_normal = "block"; }; }; - plugins = with pkgs.nushellPlugins; [ - gstat - polars - highlight - gstat - ]; + plugins = with pkgs.nushellPlugins; [ polars ]; }; programs.fzf = { diff --git a/hm/modules/linux/theming/stylix.nix b/hm/modules/linux/theming/stylix.nix index 0fb7fa3..87cef65 100644 --- a/hm/modules/linux/theming/stylix.nix +++ b/hm/modules/linux/theming/stylix.nix @@ -10,6 +10,7 @@ swaync.enable = false; hyprlock.enable = false; hyprland.enable = false; + starship.enable = false; }; }; }