1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-27 05:29:46 +01:00

Add another browser example to trigger CI pipeline

This commit is contained in:
TheStachelfisch 2024-09-26 18:30:21 +00:00 committed by GitHub
parent 8519edda48
commit 7990f19acc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ in {
browsers = lib.mkOption {
type = lib.types.listOf lib.types.str;
default = [ ];
example = [ "chromium" "firefox" ];
example = [ "chromium" "google-chrome" "firefox" ];
description = ''
A list of browsers to sync. An empty list will enable all browsers to be managed by profile-sync-daemon.