mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-21 15:17:14 +02:00
feat: add comments, format all nix files
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{config, ...}: {
|
||||
{ config, ... }: {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
|
||||
|
||||
enableBashIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
|
||||
|
||||
settings = {
|
||||
character = {
|
||||
success_symbol = "[›](bold green)";
|
||||
@@ -12,4 +12,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user