diff --git a/CHANGELOG.md b/CHANGELOG.md index eda5d25..32db40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,3 +41,4 @@ This release has a big theming change as well as including the move back to rofi - Hyprland plugins are now disabled in the config by default. - Fastfetch is now replacing neofetch. - Btop is back baby! +- Switching to Brave as the default to protect user privacy. diff --git a/hosts/default/config.nix b/hosts/default/config.nix index 6cd864b..a32db66 100644 --- a/hosts/default/config.nix +++ b/hosts/default/config.nix @@ -133,7 +133,7 @@ }; programs = { - firefox.enable = true; + firefox.enable = false; starship = { enable = true; settings = { @@ -243,6 +243,7 @@ fastfetch htop btop + brave libvirt lxqt.lxqt-policykit lm_sensors diff --git a/hosts/default/variables.nix b/hosts/default/variables.nix index bfa8021..66cebab 100644 --- a/hosts/default/variables.nix +++ b/hosts/default/variables.nix @@ -11,6 +11,6 @@ clock24h = false; # Program Options - browser = "firefox"; # Set Default Browser (google-chrome-stable for google-chrome) + browser = "brave"; # Set Default Browser (google-chrome-stable for google-chrome) terminal = "kitty"; # Set Default System Terminal }