working on starship
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user