9 lines
164 B
Nix
9 lines
164 B
Nix
{...}: {
|
|
flake.modules.nixos.base = {
|
|
programs.starship.enable = true;
|
|
};
|
|
|
|
flake.modules.homeManager.base = {
|
|
programs.starship.enable = true;
|
|
};
|
|
}
|