mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
flox format
This commit is contained in:
parent
5a0cdc7d43
commit
276c25fab9
1 changed files with 3 additions and 3 deletions
|
|
@ -100,11 +100,11 @@ in
|
|||
disabled = false;
|
||||
};
|
||||
|
||||
# Using env_var module - Test 1: Explicitly styled group
|
||||
# Using env_var module - Test 2: Extremely simple debug format
|
||||
env_var.flox = {
|
||||
variable = "FLOX_PROMPT_ENVIRONMENTS";
|
||||
format = "via ❄️ [$env_value]($style) "; # Explicit styled group for $env_value
|
||||
style = "bold blue"; # Style for the [$env_value] part
|
||||
format = "FLOX_IS:[$env_value] -- "; # Distinct debug format
|
||||
style = "green"; # Simple style
|
||||
disabled = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue