From 0832dbd2f0dc1ae0ed73bae7d6c396da1610ca31 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Tue, 27 May 2025 14:17:24 +0530 Subject: [PATCH] feat: cromite to avoid brave batshit --- hosts/default/configuration.nix | 1 + hosts/default/home/browsers.nix | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 6d50e72..0b438ed 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -167,6 +167,7 @@ ripgrep sbctl wl-clipboard + # android-studio ]; # Make sure opengl is enabled diff --git a/hosts/default/home/browsers.nix b/hosts/default/home/browsers.nix index da99e45..66c7351 100644 --- a/hosts/default/home/browsers.nix +++ b/hosts/default/home/browsers.nix @@ -2,7 +2,6 @@ { home.packages = with pkgs; [ arti - ungoogled-chromium - brave + cromite ]; }