diff --git a/README.MD b/README.MD index ee1c145..8a7f0da 100644 --- a/README.MD +++ b/README.MD @@ -7,7 +7,7 @@ So far, the dotfiles only used for my macOS configuration, maybe in the future I ## Core System - OS: macOS (nix-darwin) -- Shell: nushell with oh-my-posh +- Shell: nushell with starship prompt - Terminal: ghostty with dracula theme - Package Management: mix of nix and homebrew diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index d56d7e8..72cbf5e 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -23,7 +23,7 @@ in { type = types.listOf types.str; default = [ "bitwarden" - "chromium" + "brave-browser" "pgadmin4" "docker-desktop" "spotify"