profiles/browsers: add Chromium browser to system packages

This commit is contained in:
Gabriel Arazas 2023-09-18 14:43:02 +08:00
parent 5cbd36bcf0
commit d920a9349f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -14,6 +14,10 @@ in
config = lib.mkMerge [
(lib.mkIf cfg.chromium.enable {
environment.systemPackages = with pkgs; [
chromium
];
programs.chromium = {
enable = true;