cli/oh-my-posh.nix: init

This commit is contained in:
Charlie Root 2024-09-09 19:51:37 +02:00
commit a8522b5779

View file

@ -12,11 +12,12 @@ in {
home-manager.users.${username} = {
programs.oh-my-posh = {
enable = true;
package = pkgs.eza;
package = pkgs.oh-my-posh;
enableNushellIntegration = true;
enableBashIntegration = true;
enableFishIntegration = true;
enableZshIntegration = true;
useTheme = "zash";
settings = {
};
};