7 lines
97 B
Nix
7 lines
97 B
Nix
{ pkgs, ... }: {
|
|
programs.starship = {
|
|
enable = false;
|
|
package = pkgs.starship;
|
|
};
|
|
}
|