summary refs log tree commit diff
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-09-03 21:07:55 +0200
committerMel <mel@rnrd.eu>2025-09-03 21:07:55 +0200
commit5b30a04caaf14dce9d1a9e76a0710c9bbf0b62f2 (patch)
treede848042be0863e61c4656f6153090455e36331e
parentd0d378fb7b3555245f379482930101067bcc7c90 (diff)
downloadminerals-5b30a04caaf14dce9d1a9e76a0710c9bbf0b62f2.tar.zst
minerals-5b30a04caaf14dce9d1a9e76a0710c9bbf0b62f2.zip
Disable gcloud starship module
Signed-off-by: Mel <mel@rnrd.eu>
-rw-r--r--modules/home/shell.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/home/shell.nix b/modules/home/shell.nix
index 5aa3a54..c5c9bc1 100644
--- a/modules/home/shell.nix
+++ b/modules/home/shell.nix
@@ -26,6 +26,14 @@ in
     starship = {
       enable = true;
       enableFishIntegration = true;
+
+      settings = {
+        # gcloud is always in the prompt when there's a valid auth key,
+        # so it's always on, and shows my huge work email address,
+        # which is 1) completely obvious 2) completely useless.
+        # also the cloud icon is broken in my font! ☁️!
+        gcloud.disabled = true;
+      };
     };
     direnv = {
       enable = true;