mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
switch chrome for chromium
This commit is contained in:
parent
a6b2837b0b
commit
1018e8e1e0
2 changed files with 2 additions and 29 deletions
|
|
@ -7,10 +7,8 @@ let
|
|||
in
|
||||
{ options.modules.browsers = { enable = mkEnableOption "browsers"; };
|
||||
config = mkIf cfg.enable {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
#profiles.bryan = import config/bryan.nix { inherit pkgs; };
|
||||
};
|
||||
programs.firefox.enable = true;
|
||||
programs.chromium.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
google-chrome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue