From 19333239bdedaaf38864a8d2864a9768b243f7f6 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:06:36 -0800 Subject: [PATCH] temp disable starship --- users/tao/HOME.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/users/tao/HOME.nix b/users/tao/HOME.nix index 299b691..6c3fad2 100644 --- a/users/tao/HOME.nix +++ b/users/tao/HOME.nix @@ -144,11 +144,11 @@ in { }; }; - starship = { - enable = true; - enableNushellIntegration = true; - settings = builtins.fromTOML (builtins.readFile ./starship.toml); - }; + # starship = { + # enable = true; + # enableNushellIntegration = true; + # settings = builtins.fromTOML (builtins.readFile ./starship.toml); + # }; taskwarrior = { enable = true;