mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
Merge branch 'main' of https://github.com/death916/nixconfig
This commit is contained in:
commit
0b6fbbf326
1 changed files with 8 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ in
|
|||
element-desktop
|
||||
ghostty
|
||||
manix
|
||||
unstablePkgs.zed-editor
|
||||
unstablePkgs.zed-editor-fhs
|
||||
aichat
|
||||
wl-clipboard
|
||||
gemini-cli
|
||||
|
|
@ -93,6 +93,12 @@ in
|
|||
gcloud.disabled = true;
|
||||
line_break.disabled = true;
|
||||
|
||||
time = {
|
||||
disabled = false;
|
||||
format = "at [$time]($style) ";
|
||||
style = "dimmed green";
|
||||
};
|
||||
|
||||
conda = {
|
||||
truncation_length = 1;
|
||||
format = ''[$symbol$environment]($style) '';
|
||||
|
|
@ -115,7 +121,7 @@ in
|
|||
disabled = false;
|
||||
};
|
||||
|
||||
format = ''$nix_shell$directory $git_branch $conda$env_var$cmd_duration$status$character'';
|
||||
format = ''$nix_shell$directory $git_branch $conda$env_var$time$cmd_duration$status$character'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue