1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

chore: update inputs, miscellaneous changes

This commit is contained in:
Ryan Cao 2024-04-28 14:53:10 +08:00
parent 3861c0442b
commit 46cf265a54
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
12 changed files with 48 additions and 206 deletions

View file

@ -2,10 +2,6 @@ _: {
programs.starship = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
enableFishIntegration = true;
settings = {
command_timeout = 1000;
@ -16,17 +12,17 @@ _: {
gcloud.disabled = true;
bun.format = "[$symbol($version )]($style)";
bun.format = "[$symbol($version)]($style) ";
cmd_duration.format = "[$duration]($style) ";
deno.format = "[$symbol($version )]($style)";
deno.format = "[$symbol($version)]($style) ";
docker_context.format = "[$symbol$context]($style) ";
git_branch.format = "[$symbol$branch(:$remote_branch)]($style) ";
golang.format = "[$symbol($version )]($style)";
golang.format = "[$symbol($version)]($style) ";
nix_shell.format = "[$symbol$state( \($name\))]($style) ";
nodejs.format = "[$symbol($version )]($style)";
nodejs.format = "[$symbol($version)]($style) ";
package.format = "[$symbol$version]($style) ";
python.format = "[\${symbol}\${pyenv_prefix}(\${version} )(\($virtualenv\) )]($style)";
rust.format = "[$symbol($version )]($style)";
rust.format = "[$symbol($version)]($style) ";
aws.symbol = " ";
bun.symbol = "󰳮 ";