update starship to show nix shell
This commit is contained in:
parent
b89a3beac5
commit
addee4cfc4
1 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,12 @@
|
||||||
style = "bg:#1d2230";
|
style = "bg:#1d2230";
|
||||||
format = "[[ $time ](fg:#a0a9cb bg:#1d2230)]($style)";
|
format = "[[ $time ](fg:#a0a9cb bg:#1d2230)]($style)";
|
||||||
};
|
};
|
||||||
|
nix_shell = {
|
||||||
|
disabled = false;
|
||||||
|
symbol = "❄️ ";
|
||||||
|
style = "bold blue";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue