dotnix/modules/home/starship.nix
2025-03-29 19:05:05 +01:00

8 lines
98 B
Nix

{ pkgs, ... }:
{
programs.starship = {
enable = false;
package = pkgs.starship;
};
}