Common/starship: remove catppuccin preset
The catpuccin nix module already does this
This commit is contained in:
parent
a65936845f
commit
6f82fb26bd
1 changed files with 0 additions and 5 deletions
|
|
@ -5,9 +5,6 @@
|
||||||
}:
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
with builtins; let
|
with builtins; let
|
||||||
catppuccinFlavour = "mocha";
|
|
||||||
catppuccinStarship = pkgs.catppuccin + /starship/${catppuccinFlavour}.toml;
|
|
||||||
|
|
||||||
presets = {
|
presets = {
|
||||||
nerdFontSymbols = pkgs.fetchurl {
|
nerdFontSymbols = pkgs.fetchurl {
|
||||||
url = "https://starship.rs/presets/toml/nerd-font-symbols.toml";
|
url = "https://starship.rs/presets/toml/nerd-font-symbols.toml";
|
||||||
|
|
@ -31,7 +28,6 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = mergeAllAttrSets [
|
settings = mergeAllAttrSets [
|
||||||
(readTomlPreset presets.nerdFontSymbols)
|
(readTomlPreset presets.nerdFontSymbols)
|
||||||
(readTomlPreset catppuccinStarship)
|
|
||||||
{
|
{
|
||||||
nix_shell = {
|
nix_shell = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
|
|
@ -45,7 +41,6 @@ in {
|
||||||
truncation_length = 6;
|
truncation_length = 6;
|
||||||
truncation_symbol = ".../";
|
truncation_symbol = ".../";
|
||||||
};
|
};
|
||||||
palette = "catppuccin_${catppuccinFlavour}";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue