1
0
Fork 0
forked from dea/dea-files
dea-files/homes/modules/starship/default.nix
2026-03-07 13:08:30 +10:00

8 lines
142 B
Nix

{...}: {
programs.starship = {
enable = true;
settings =
builtins.readFile ./starship.toml
|> builtins.fromTOML;
};
}