Switched to a starship toml file and made nushell the default
This commit is contained in:
6
home/shell/starship/default.nix
Normal file
6
home/shell/starship/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = builtins.fromTOML (builtins.readFile ./theme.toml);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user