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 = [
|
||||
"bat"
|
||||
"btop"
|
||||
"starship"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,13 +5,7 @@ with builtins;
|
|||
|
||||
let
|
||||
catppuccinFlavour = "mocha";
|
||||
catppuccinStarship = pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "starship";
|
||||
# Latest commit is 5629d2356f62a9f2f8efad3ff37476c19969bd4f
|
||||
rev = "main";
|
||||
hash = "sha256-nsRuxQFKbQkyEI4TXgvAjcroVdG+heKX5Pauq/4Ota0=";
|
||||
} + /palettes/${catppuccinFlavour}.toml;
|
||||
catppuccinStarship = pkgs.catppuccin + /starship/${catppuccinFlavour}.toml;
|
||||
|
||||
presets = {
|
||||
nerdFontSymbols = pkgs.fetchurl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue