Files
alo-cluster/home/programs/desktop/starship.nix
2026-01-01 16:44:09 +00:00

8 lines
168 B
Nix

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