mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
home-manager: Remove chromium
I'm really not interested in maintaining chromium since it doesn't come with sane defaults like ublock origin. Since qutebrowser uses chromium, it should work fine as a chromium replacement if needed.
This commit is contained in:
parent
8b31ad8202
commit
70d7091d17
6
home.nix
6
home.nix
@ -2,12 +2,6 @@
|
||||
imports = [ home-manager.nixosModule ];
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.sharedModules = [{
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs."ungoogled-chromium";
|
||||
commandLineArgs = [ "--ozone-platform-hint=auto" ];
|
||||
extensions = [{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; }];
|
||||
};
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
Loading…
Reference in New Issue
Block a user