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} = { home-manager.users.${username} = {
programs.oh-my-posh = { programs.oh-my-posh = {
enable = true; enable = true;
package = pkgs.eza; package = pkgs.oh-my-posh;
enableNushellIntegration = true; enableNushellIntegration = true;
enableBashIntegration = true; enableBashIntegration = true;
enableFishIntegration = true; enableFishIntegration = true;
enableZshIntegration = true; enableZshIntegration = true;
useTheme = "zash";
settings = { settings = {
}; };
}; };