mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 05:26:50 +02:00
feat: customize all app's theme to catppuccin-mocha
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{...}: {
|
||||
{ catppuccin-starship, ...}: {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
format = "on [$symbol$active(\($region\))]($style) ";
|
||||
symbol = "🅶 ️";
|
||||
};
|
||||
};
|
||||
|
||||
palette = "catppuccin_mocha";
|
||||
} // builtins.fromTOML (builtins.readFile "${catppuccin-starship}/palettes/mocha.toml");
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user