From 06f6f5f4a6c5e5b35e4c297a22d066b7a37b3827 Mon Sep 17 00:00:00 2001 From: Vivian Date: Sun, 7 Jul 2024 10:14:45 +0200 Subject: [PATCH] disable starship (for now) --- common/users/default.nix | 4 ++-- hosts/thalassa/aoife/home/starship.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/users/default.nix b/common/users/default.nix index 07f80481..4c2980b8 100644 --- a/common/users/default.nix +++ b/common/users/default.nix @@ -31,7 +31,7 @@ source "${inputs.t.packages.${pkgs.system}.default}/bin/t-rs.sh" ''; # otherwise it'll override the grml prompt - # promptInit = lib.mkDefault ""; + promptInit = lib.mkDefault ""; }; # Install Neovim and set it as alias for vi(m) @@ -70,7 +70,7 @@ zoxide # Terminfo - pkgs.kitty.terminfo + kitty.terminfo ]; programs.tmux = { diff --git a/hosts/thalassa/aoife/home/starship.nix b/hosts/thalassa/aoife/home/starship.nix index 72921686..b91be705 100644 --- a/hosts/thalassa/aoife/home/starship.nix +++ b/hosts/thalassa/aoife/home/starship.nix @@ -5,7 +5,7 @@ let ''; in{ programs.starship = { - enable = true; + enable = false; enableZshIntegration = true; enableFishIntegration = true; enableNushellIntegration = true;