From ef61597a0643ea03b0adbb12423d79638b38de40 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Tue, 28 Oct 2025 11:46:40 +0700 Subject: [PATCH] chore: remove chromium, add brave, update readme --- README.MD | 2 +- modules/darwin/homebrew.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"