Skip to content

Commit

Permalink
fix(nix): home-manager starship config path
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Jan 22, 2024
1 parent bda4343 commit 7b8fff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ in
xdg.configFile = {
"nvim".source = link "nvim";
"alacritty".source = link "alacritty";
"starship".source = link "starship";
"starship.toml".source = link "starship/starship.toml";
"home-manager".source = link "..";
"zsh/.p10k.zsh".source = link "zsh/.p10k.zsh";
"clangd/config.yaml".text = ''
Expand Down

0 comments on commit 7b8fff2

Please sign in to comment.