profiles/desktop: remove browser in package list

Since most browsers in home-manager can be configured, it isn't wise to
add them with the package list with more chances to make environment
conflicts.
This commit is contained in:
Gabriel Arazas 2023-09-04 13:59:53 +08:00
parent 8f11ef8b14
commit 124120d8f7
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -125,7 +125,6 @@ in {
(lib.mkIf cfg.documents.enable { (lib.mkIf cfg.documents.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
brave # The only web browser that gives me money.
dino # Some modern chat client featuring a dinosaur for what could be considered a dinosaur. dino # Some modern chat client featuring a dinosaur for what could be considered a dinosaur.
foliate # The prettier PDF viewer. foliate # The prettier PDF viewer.
thunderbird # Email checks. thunderbird # Email checks.