10 lines
129 B
Nix
10 lines
129 B
Nix
|
{ lib, config, ... }:
|
||
|
|
||
|
{
|
||
|
programs.starship = {
|
||
|
enable = true;
|
||
|
enableFishIntegration = true;
|
||
|
settings = { };
|
||
|
};
|
||
|
}
|