chrome: replaced Chrome with Brave

Fuck you Google
https://www.theregister.com/2023/09/07/google_privacy_sandbox/
This commit is contained in:
Serĉanto de Scio 2023-09-19 10:56:33 +10:00
parent 695fb6d1e8
commit 4e0477656b
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
3 changed files with 13 additions and 7 deletions

View file

@ -80,7 +80,6 @@
bash bash
binutils binutils
bluez-tools bluez-tools
brave # Privacy-oriented browser
bridge-utils # for brctl bridge-utils # for brctl
chromium chromium
clang clang
@ -97,7 +96,6 @@
gnumake gnumake
gnused gnused
google-authenticator # 2FA google-authenticator # 2FA
google-chrome # A freeware web browser developed by Google
graphviz # Graph visualization tools graphviz # Graph visualization tools
imagemagick imagemagick
inetutils # Common network utilies inetutils # Common network utilies

View file

@ -26,7 +26,7 @@
element-desktop # A feature-rich client for Matrix.org element-desktop # A feature-rich client for Matrix.org
librewolf # Firefox fork, focused on privacy, security and freedom librewolf # Firefox fork, focused on privacy, security and freedom
gnome.gnome-tweaks # A tool to customize advanced GNOME 3 options gnome.gnome-tweaks # A tool to customize advanced GNOME 3 options
google-chrome # A freeware web browser developed by Google krita # A free and open source painting application
libreoffice-fresh libreoffice-fresh
mplayer # A movie player that supports many video formats mplayer # A movie player that supports many video formats
nextcloud-client # Nextcloud desktop client nextcloud-client # Nextcloud desktop client
@ -51,14 +51,21 @@
]; ];
udisks2.enable = true; # Enable udisks2 udisks2.enable = true; # Enable udisks2
pantheon = {
apps.enable = true;
contractor.enable = true;
};
xserver = { xserver = {
enable = true; enable = true;
desktopManager = { desktopManager = {
gnome.enable = true; # Enable GNOME desktop environment gnome.enable = false; # Enable GNOME desktop environment
pantheon.enable = true; # Enable Pantheon desktop environment
}; };
displayManager = { displayManager = {
defaultSession = "gnome"; # Set GNOME as the default session defaultSession = "pantheon"; # Set GNOME as the default session
gdm.enable = true; # Enable the GNOME display manager gdm.enable = false; # Enable the GNOME display manager
lightdm.greeters.pantheon.enable = true;
}; };
libinput.enable = true; # Enable touchpad support. libinput.enable = true; # Enable touchpad support.
}; };
@ -86,7 +93,7 @@
opengl.enable = true; opengl.enable = true;
}; };
# Configure Firefox and Chromium # Configure libreWolf and Chromium
nixpkgs.config = {allowUnfree = true;}; nixpkgs.config = {allowUnfree = true;};
programs = { programs = {

View file

@ -38,6 +38,7 @@ in {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
awscli # Unified tool to manage your AWS services awscli # Unified tool to manage your AWS services
bitwarden-cli # CLI client for Bitwarden bitwarden-cli # CLI client for Bitwarden
brave # Privacy-oriented browser
buildkite-agent # Buildkite for IOHK buildkite-agent # Buildkite for IOHK
cue # A data constraint language cue # A data constraint language
discord # cross-platform voice and text chat discord # cross-platform voice and text chat