From acc0dad0effae1b9ff9b9d7ddd08ef9af170c47b Mon Sep 17 00:00:00 2001 From: death916 Date: Tue, 20 May 2025 05:13:56 -0700 Subject: [PATCH] starship --- home-manager/home.nix | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 4d86216..c667617 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -110,25 +110,14 @@ in description = "Shows the active Flox environment name"; }; - # --- MODIFIED FORMAT STRING --- - format = '' - $username\ - $hostname\ - $directory\ - $git_branch\ - $git_status\ - $conda\ - $env_var.flox_active_env\ - $nix_shell\ - $cmd_duration\ - $status\ - $character\ - ''; # Note the closing double single quote + # --- MODIFIED FORMAT STRING (Single Line) --- + format = "$username$hostname$directory$git_branch$git_status$conda$env_var.flox_active_env$nix_shell$cmd_duration$status$character"; # --- END MODIFIED FORMAT STRING --- }; }; + programs.alacritty = { enable = true; settings = {