8 lines
168 B
Nix
8 lines
168 B
Nix
# ABOUTME: Starship prompt configuration
|
|
# ABOUTME: Enables the cross-shell prompt with default settings
|
|
|
|
{ config, pkgs, ... }:
|
|
{
|
|
programs.starship.enable = true;
|
|
}
|