Files
nixos/pkgs/starship/biscuit.nix
T
biscuit 78abaed26f upd
2025-05-20 07:08:13 -05:00

9 lines
132 B
Nix

{...}: {
programs.starship = {
enable = true;
};
home.file.".config/starship.toml" = {
source = "./pure.toml";
};
}