Files
nixos/pkgs/starship/default.nix
T
2025-05-21 11:11:26 -05:00

9 lines
146 B
Nix

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