We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75627e1 commit 8f2bb09Copy full SHA for 8f2bb09
install.sh
@@ -13,6 +13,8 @@ source /var/cache/akmods/nvidia-vars
13
14
if [[ "${IMAGE_NAME}" == "kinoite" ]]; then
15
VARIANT_PKGS="supergfxctl-plasmoid"
16
+elif [[ "${IMAGE_NAME}" == "silverblue" ]]; then
17
+ VARIANT_PKGS="gnome-shell-extension-supergfxctl-gex"
18
else
19
VARIANT_PKGS=""
20
fi
0 commit comments