7 lines
126 B
Nix
7 lines
126 B
Nix
{...}: {
|
|
programs.starship = {
|
|
enable = true;
|
|
settings = builtins.fromTOML (builtins.readFile ./theme.toml);
|
|
};
|
|
}
|