Switched to a starship toml file and made nushell the default

This commit is contained in:
2024-11-05 15:15:47 -04:00
parent 5ac3989181
commit aa897b10af
5 changed files with 70 additions and 283 deletions

View File

@@ -0,0 +1,6 @@
{...}: {
programs.starship = {
enable = true;
settings = builtins.fromTOML (builtins.readFile ./theme.toml);
};
}