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:
parent
8519edda48
commit
7990f19acc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue