Files
nixos/Droidnix/generated/modules/terminals/starship.nix
T
2026-03-22 18:20:10 +00:00

8 lines
127 B
Nix

{ config, pkgs, lib, flakeRoot, ... }:
{
programs.starship = {
enable = true; # enable Starship integration
};
}