Common/starship: use catppuccin theme from nixpkgs

This commit is contained in:
Toast 2024-01-14 01:13:08 +01:00
parent b4020d4316
commit 90cbeed3f2
2 changed files with 2 additions and 7 deletions

View file

@ -73,6 +73,7 @@
themeList = [ themeList = [
"bat" "bat"
"btop" "btop"
"starship"
]; ];
}; };
} }

View file

@ -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 {