nixos-config/homes/common/starship-rs/default.nix
Ingolf Wagner 3afd6e851e
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 5m47s
📦 oh-my-posh -> starship.rs
2024-10-30 15:45:40 +09:00

12 lines
98 B
Nix

{
pkgs,
config,
lib,
...
}:
with lib;
{
programs.starship = {
enable = true;
};
}