re-enable starship
This commit is contained in:
parent
a3ccf6a565
commit
6d17218469
3 changed files with 14 additions and 13 deletions
|
|
@ -8,7 +8,7 @@
|
|||
./shell/helix
|
||||
./shell/zellij
|
||||
./shell/zsh.nix
|
||||
# ./shell/starship.nix
|
||||
./shell/starship.nix
|
||||
./shell/eza.nix
|
||||
./shell/hyfetch.nix
|
||||
];
|
||||
|
|
@ -34,6 +34,7 @@
|
|||
navi
|
||||
nil
|
||||
gh
|
||||
starship
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -41,9 +41,9 @@
|
|||
{
|
||||
owner = "catppuccin";
|
||||
repo = "starship";
|
||||
rev = "5629d23"; # Replace with the latest commit hash
|
||||
sha256 = "sha256-nsRuxQFKbQkyEI4TXgvAjcroVdG+heKX5Pauq/4Ota0=";
|
||||
rev = "5906cc3"; # Replace with the latest commit hash
|
||||
sha256 = "sha256-FLHjbClpTqaK4n2qmepCPkb8rocaAo3qeV4Zp1hia0g=";
|
||||
}
|
||||
+ /palettes/${flavor}.toml));
|
||||
+ /themes/${flavor}.toml));
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,15 +27,15 @@
|
|||
sha256 = "sha256-Z6EYQdasvpl1P78poj9efnnLj7QQg13Me8x1Ryyw+dM=";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "terraform";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "macunha1";
|
||||
repo = "zsh-terraform";
|
||||
rev = "fd1471d3757f8ed13f56c4426f88616111de2a87";
|
||||
sha256 = "0z6i9wjjklb4lvr7zjhbphibsyx51psv50gm07mbb0kj9058j6kc";
|
||||
};
|
||||
}
|
||||
# {
|
||||
# name = "terraform";
|
||||
# src = pkgs.fetchFromGitHub {
|
||||
# owner = "macunha1";
|
||||
# repo = "zsh-terraform";
|
||||
# rev = "fd1471d3757f8ed13f56c4426f88616111de2a87";
|
||||
# sha256 = "0z6i9wjjklb4lvr7zjhbphibsyx51psv50gm07mbb0kj9058j6kc";
|
||||
# };
|
||||
# }
|
||||
];
|
||||
autosuggestion.enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue