working on starship

This commit is contained in:
2026-03-11 14:31:16 +01:00
parent 066ed6adae
commit 71cf8dc28a
4 changed files with 470 additions and 460 deletions
@@ -3,9 +3,9 @@
home-manager.users.${user.username} = {
programs.starship = {
enable = true;
settings = {
configFile = "${flakeRoot}/assets/system/conf/starship.toml";
};
# settings = {
# configFile = "${flakeRoot}/assets/system/conf/starship.toml";
# };
};
};
}
@@ -35,7 +35,7 @@
};
# Source Nixpkgs-provided plugins explicitly
initExtra = ''
initContent = ''
# Source plugins installed by Nix
source ${pkgs.zsh-autosuggestions}/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh