From 7990f19acc759f3b15bed466f73fea7d7f7ce54f Mon Sep 17 00:00:00 2001 From: TheStachelfisch Date: Thu, 26 Sep 2024 18:30:21 +0000 Subject: [PATCH] Add another browser example to trigger CI pipeline --- modules/services/psd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/psd.nix b/modules/services/psd.nix index a0318908a..eed04f3fa 100644 --- a/modules/services/psd.nix +++ b/modules/services/psd.nix @@ -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.