nixos-config/homes/common/starship-rs/default.nix

13 lines
98 B
Nix
Raw Normal View History

2024-10-30 07:45:40 +01:00
{
pkgs,
config,
lib,
...
}:
with lib;
{
programs.starship = {
enable = true;
};
}