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:
parent
9792ef3711
commit
66c8735762
2 changed files with 4 additions and 7 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
|
programs.starship = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.file.".config/starship.toml".source = ./starship/starship.toml;
|
home.file.".config/starship.toml".source = ./starship/starship.toml;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,10 +18,8 @@
|
||||||
ccache
|
ccache
|
||||||
deno
|
deno
|
||||||
fnm
|
fnm
|
||||||
go
|
|
||||||
bun
|
bun
|
||||||
|
|
||||||
helix
|
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
nodePackages.typescript-language-server
|
nodePackages.typescript-language-server
|
||||||
|
|
||||||
|
|
@ -35,16 +33,12 @@
|
||||||
doggo
|
doggo
|
||||||
doppler
|
doppler
|
||||||
du-dust
|
du-dust
|
||||||
exa
|
|
||||||
exiftool
|
exiftool
|
||||||
fd
|
fd
|
||||||
ffmpeg
|
ffmpeg
|
||||||
fish
|
|
||||||
flyctl
|
flyctl
|
||||||
fzf
|
fzf
|
||||||
gh
|
gh
|
||||||
git
|
|
||||||
git-lfs
|
|
||||||
gen-license
|
gen-license
|
||||||
gum
|
gum
|
||||||
hyperfine
|
hyperfine
|
||||||
|
|
@ -60,7 +54,6 @@
|
||||||
railway
|
railway
|
||||||
redis
|
redis
|
||||||
silicon
|
silicon
|
||||||
starship
|
|
||||||
tealdeer
|
tealdeer
|
||||||
tokei
|
tokei
|
||||||
vhs
|
vhs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue