1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat: manage starship with hm more completely

This commit is contained in:
Ryan Cao 2023-07-24 21:26:09 +08:00
parent 9792ef3711
commit 66c8735762
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 4 additions and 7 deletions

View file

@ -1,3 +1,7 @@
{...}: {
programs.starship = {
enable = true;
};
home.file.".config/starship.toml".source = ./starship/starship.toml;
}