mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-18 21:57:21 +02:00
feat: redesign the project structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{config, ...}: {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
character = {
|
||||
success_symbol = "[›](bold green)";
|
||||
error_symbol = "[›](bold red)";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user