From 27caa10b74f38431005fb74178a6033b6359b823 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 6 Nov 2023 23:17:45 +0100 Subject: [PATCH] test starship config --- modules/home/starship/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/home/starship/default.nix b/modules/home/starship/default.nix index d0e4f00..c2a506e 100755 --- a/modules/home/starship/default.nix +++ b/modules/home/starship/default.nix @@ -1,4 +1,4 @@ -{ inputs, ... }: +{ lib, inputs, ... }: { programs.starship = { enable = true; @@ -9,17 +9,10 @@ settings = { format = lib.concatStrings [ - #"[ ](fg:#1e1e2e bg:#ff00aa)" - #"$username" - #"[](fg:#ff00aa)" "$directory" - "[](fg:#1e1e2e bg:#cba6f7)" "$git_branch" "$git_status" - "[](fg:#cba6f7 bg:#89b4fa)" - "[](fg:#89b4fa bg:#94e2d5)" "$nix_shell" - "[ ](fg:#94e2d5)" ]; # character = {