test starship config
This commit is contained in:
parent
4c779277a1
commit
27caa10b74
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, ... }:
|
{ lib, inputs, ... }:
|
||||||
{
|
{
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -9,17 +9,10 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
format = lib.concatStrings [
|
format = lib.concatStrings [
|
||||||
#"[ ](fg:#1e1e2e bg:#ff00aa)"
|
|
||||||
#"$username"
|
|
||||||
#"[](fg:#ff00aa)"
|
|
||||||
"$directory"
|
"$directory"
|
||||||
"[](fg:#1e1e2e bg:#cba6f7)"
|
|
||||||
"$git_branch"
|
"$git_branch"
|
||||||
"$git_status"
|
"$git_status"
|
||||||
"[](fg:#cba6f7 bg:#89b4fa)"
|
|
||||||
"[](fg:#89b4fa bg:#94e2d5)"
|
|
||||||
"$nix_shell"
|
"$nix_shell"
|
||||||
"[ ](fg:#94e2d5)"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# character = {
|
# character = {
|
||||||
|
|
Loading…
Reference in a new issue