Configure starship

This commit is contained in:
Isshi0417 2024-07-03 20:44:30 +09:00
parent 6cff2a3a6f
commit 0b448b64dd

View File

@ -24,4 +24,9 @@
theme = "robbyrussell"; theme = "robbyrussell";
}; };
}; };
# Configure starship
programs.starship = {
enable = true;
};
} }