diff --git a/modules/programs/cli/oh-my-posh.nix b/modules/programs/cli/oh-my-posh.nix index 9a8dd39..7971a22 100644 --- a/modules/programs/cli/oh-my-posh.nix +++ b/modules/programs/cli/oh-my-posh.nix @@ -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 = { }; };