Files
2026-03-23 16:18:38 +00:00

8 lines
127 B
Nix

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