diff --git a/example-configs/qubes-os-master.conf b/example-configs/qubes-os-master.conf index 872360dec..b6bffa119 100644 --- a/example-configs/qubes-os-master.conf +++ b/example-configs/qubes-os-master.conf @@ -56,6 +56,7 @@ COMPONENTS ?= \ app-linux-img-converter \ app-linux-input-proxy \ app-linux-usb-proxy \ + app-linux-snapd-helper \ app-yubikey \ app-u2f \ $(MGMT_COMPONENTS) \ diff --git a/example-configs/qubes-os-r4.0.conf b/example-configs/qubes-os-r4.0.conf index 8acbe1ec9..cc0c5b3c2 100644 --- a/example-configs/qubes-os-r4.0.conf +++ b/example-configs/qubes-os-r4.0.conf @@ -57,6 +57,7 @@ COMPONENTS ?= \ app-linux-img-converter \ app-linux-input-proxy \ app-linux-usb-proxy \ + app-linux-snapd-helper \ app-yubikey \ app-u2f \ $(MGMT_COMPONENTS) \ @@ -111,6 +112,7 @@ BRANCH_app_linux_pdf_converter = master BRANCH_app_linux_img_converter = master BRANCH_app_linux_input_proxy = master BRANCH_app_linux_usb_proxy = master +BRANCH_app_linux_snapd_helper = master BRANCH_app_yubikey = master BRANCH_app_u2f = master BRANCH_builder = master