Common/starship: use catppuccin theme from nixpkgs
This commit is contained in:
parent
b4020d4316
commit
90cbeed3f2
2 changed files with 2 additions and 7 deletions
|
|
@ -73,6 +73,7 @@
|
||||||
themeList = [
|
themeList = [
|
||||||
"bat"
|
"bat"
|
||||||
"btop"
|
"btop"
|
||||||
|
"starship"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,13 +5,7 @@ with builtins;
|
||||||
|
|
||||||
let
|
let
|
||||||
catppuccinFlavour = "mocha";
|
catppuccinFlavour = "mocha";
|
||||||
catppuccinStarship = pkgs.fetchFromGitHub {
|
catppuccinStarship = pkgs.catppuccin + /starship/${catppuccinFlavour}.toml;
|
||||||
owner = "catppuccin";
|
|
||||||
repo = "starship";
|
|
||||||
# Latest commit is 5629d2356f62a9f2f8efad3ff37476c19969bd4f
|
|
||||||
rev = "main";
|
|
||||||
hash = "sha256-nsRuxQFKbQkyEI4TXgvAjcroVdG+heKX5Pauq/4Ota0=";
|
|
||||||
} + /palettes/${catppuccinFlavour}.toml;
|
|
||||||
|
|
||||||
presets = {
|
presets = {
|
||||||
nerdFontSymbols = pkgs.fetchurl {
|
nerdFontSymbols = pkgs.fetchurl {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue