diff --git a/config/common/common-scripts.yml b/config/common/common-scripts.yml index 407b31b..ad1b152 100644 --- a/config/common/common-scripts.yml +++ b/config/common/common-scripts.yml @@ -1,6 +1,5 @@ type: script scripts: - authselect.sh - - disablecups.sh # this sets up the proper policy & signing files for signed images to work - signing.sh \ No newline at end of file diff --git a/config/common/gui-scripts.yml b/config/common/gui-scripts.yml new file mode 100644 index 0000000..04387cd --- /dev/null +++ b/config/common/gui-scripts.yml @@ -0,0 +1,3 @@ +type: script +scripts: + - disablecups.sh \ No newline at end of file diff --git a/config/recipes/desktop/recipe-bluefin-main-userns.yml b/config/recipes/desktop/recipe-bluefin-main-userns.yml index 281abe8..c0010df 100644 --- a/config/recipes/desktop/recipe-bluefin-main-userns.yml +++ b/config/recipes/desktop/recipe-bluefin-main-userns.yml @@ -16,5 +16,6 @@ modules: - from-file: common/common-packages.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/bluefin-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-bluefin-main.yml b/config/recipes/desktop/recipe-bluefin-main.yml index 808297e..69e6b47 100644 --- a/config/recipes/desktop/recipe-bluefin-main.yml +++ b/config/recipes/desktop/recipe-bluefin-main.yml @@ -16,6 +16,7 @@ modules: - from-file: common/common-packages.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/bluefin-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml diff --git a/config/recipes/desktop/recipe-bluefin-nvidia-userns.yml b/config/recipes/desktop/recipe-bluefin-nvidia-userns.yml index 81556b7..0b0b26e 100644 --- a/config/recipes/desktop/recipe-bluefin-nvidia-userns.yml +++ b/config/recipes/desktop/recipe-bluefin-nvidia-userns.yml @@ -16,5 +16,6 @@ modules: - from-file: common/common-packages.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/bluefin-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-bluefin-nvidia.yml b/config/recipes/desktop/recipe-bluefin-nvidia.yml index 89551dc..bd04c78 100644 --- a/config/recipes/desktop/recipe-bluefin-nvidia.yml +++ b/config/recipes/desktop/recipe-bluefin-nvidia.yml @@ -16,6 +16,7 @@ modules: - from-file: common/common-packages.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/bluefin-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml diff --git a/config/recipes/desktop/recipe-kinoite-main-userns.yml b/config/recipes/desktop/recipe-kinoite-main-userns.yml index fa51086..8da97f2 100644 --- a/config/recipes/desktop/recipe-kinoite-main-userns.yml +++ b/config/recipes/desktop/recipe-kinoite-main-userns.yml @@ -17,4 +17,5 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-kinoite-main.yml b/config/recipes/desktop/recipe-kinoite-main.yml index 5944745..b629716 100644 --- a/config/recipes/desktop/recipe-kinoite-main.yml +++ b/config/recipes/desktop/recipe-kinoite-main.yml @@ -17,6 +17,7 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-kinoite-nvidia-userns.yml b/config/recipes/desktop/recipe-kinoite-nvidia-userns.yml index 5ef15cb..27a9bfd 100644 --- a/config/recipes/desktop/recipe-kinoite-nvidia-userns.yml +++ b/config/recipes/desktop/recipe-kinoite-nvidia-userns.yml @@ -17,4 +17,5 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-kinoite-nvidia.yml b/config/recipes/desktop/recipe-kinoite-nvidia.yml index 64f3368..2ecf7e5 100644 --- a/config/recipes/desktop/recipe-kinoite-nvidia.yml +++ b/config/recipes/desktop/recipe-kinoite-nvidia.yml @@ -17,6 +17,7 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-sericea-main-userns.yml b/config/recipes/desktop/recipe-sericea-main-userns.yml index 92dfdab..5327933 100644 --- a/config/recipes/desktop/recipe-sericea-main-userns.yml +++ b/config/recipes/desktop/recipe-sericea-main-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-sericea-main.yml b/config/recipes/desktop/recipe-sericea-main.yml index da042ed..b7e8580 100644 --- a/config/recipes/desktop/recipe-sericea-main.yml +++ b/config/recipes/desktop/recipe-sericea-main.yml @@ -16,6 +16,7 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-sericea-nvidia-userns.yml b/config/recipes/desktop/recipe-sericea-nvidia-userns.yml index a2fb935..ed52f61 100644 --- a/config/recipes/desktop/recipe-sericea-nvidia-userns.yml +++ b/config/recipes/desktop/recipe-sericea-nvidia-userns.yml @@ -16,4 +16,5 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-sericea-nvidia.yml b/config/recipes/desktop/recipe-sericea-nvidia.yml index aa89e3a..68d45c4 100644 --- a/config/recipes/desktop/recipe-sericea-nvidia.yml +++ b/config/recipes/desktop/recipe-sericea-nvidia.yml @@ -16,6 +16,7 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-silverblue-main-userns.yml b/config/recipes/desktop/recipe-silverblue-main-userns.yml index c8d7bbd..ea7ea1f 100644 --- a/config/recipes/desktop/recipe-silverblue-main-userns.yml +++ b/config/recipes/desktop/recipe-silverblue-main-userns.yml @@ -17,4 +17,5 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-silverblue-main.yml b/config/recipes/desktop/recipe-silverblue-main.yml index 180c729..22617c2 100644 --- a/config/recipes/desktop/recipe-silverblue-main.yml +++ b/config/recipes/desktop/recipe-silverblue-main.yml @@ -17,6 +17,7 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-silverblue-nvidia-userns.yml b/config/recipes/desktop/recipe-silverblue-nvidia-userns.yml index aed8e34..eb66ff7 100644 --- a/config/recipes/desktop/recipe-silverblue-nvidia-userns.yml +++ b/config/recipes/desktop/recipe-silverblue-nvidia-userns.yml @@ -17,4 +17,5 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-silverblue-nvidia.yml b/config/recipes/desktop/recipe-silverblue-nvidia.yml index fa8e7ac..cac7d20 100644 --- a/config/recipes/desktop/recipe-silverblue-nvidia.yml +++ b/config/recipes/desktop/recipe-silverblue-nvidia.yml @@ -17,6 +17,7 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-wayblue-wayfire-main-userns.yml b/config/recipes/desktop/recipe-wayblue-wayfire-main-userns.yml index 2a8a9b0..5916a84 100644 --- a/config/recipes/desktop/recipe-wayblue-wayfire-main-userns.yml +++ b/config/recipes/desktop/recipe-wayblue-wayfire-main-userns.yml @@ -16,5 +16,6 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/wayfire-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-wayblue-wayfire-main.yml b/config/recipes/desktop/recipe-wayblue-wayfire-main.yml index b84dd98..898c30d 100644 --- a/config/recipes/desktop/recipe-wayblue-wayfire-main.yml +++ b/config/recipes/desktop/recipe-wayblue-wayfire-main.yml @@ -16,6 +16,7 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/wayfire-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml diff --git a/config/recipes/desktop/recipe-wayblue-wayfire-nvidia-userns.yml b/config/recipes/desktop/recipe-wayblue-wayfire-nvidia-userns.yml index 2767e07..d705671 100644 --- a/config/recipes/desktop/recipe-wayblue-wayfire-nvidia-userns.yml +++ b/config/recipes/desktop/recipe-wayblue-wayfire-nvidia-userns.yml @@ -16,5 +16,6 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/wayfire-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/desktop/recipe-wayblue-wayfire-nvidia.yml b/config/recipes/desktop/recipe-wayblue-wayfire-nvidia.yml index 18d4a66..5e03576 100644 --- a/config/recipes/desktop/recipe-wayblue-wayfire-nvidia.yml +++ b/config/recipes/desktop/recipe-wayblue-wayfire-nvidia.yml @@ -16,6 +16,7 @@ modules: - from-file: common/remove-firefox.yml - from-file: common/common-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/wayfire-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml diff --git a/config/recipes/laptop/recipe-bluefin-framework-userns.yml b/config/recipes/laptop/recipe-bluefin-framework-userns.yml index 7c82913..a5caa53 100644 --- a/config/recipes/laptop/recipe-bluefin-framework-userns.yml +++ b/config/recipes/laptop/recipe-bluefin-framework-userns.yml @@ -17,5 +17,6 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/bluefin-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-framework.yml b/config/recipes/laptop/recipe-bluefin-framework.yml index 7307b5c..32f4b29 100644 --- a/config/recipes/laptop/recipe-bluefin-framework.yml +++ b/config/recipes/laptop/recipe-bluefin-framework.yml @@ -17,6 +17,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/bluefin-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml diff --git a/config/recipes/laptop/recipe-bluefin-main-laptop-userns.yml b/config/recipes/laptop/recipe-bluefin-main-laptop-userns.yml index 23b8616..34ab9dc 100644 --- a/config/recipes/laptop/recipe-bluefin-main-laptop-userns.yml +++ b/config/recipes/laptop/recipe-bluefin-main-laptop-userns.yml @@ -17,5 +17,6 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/bluefin-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-main-laptop.yml b/config/recipes/laptop/recipe-bluefin-main-laptop.yml index 63f29dc..8f193b1 100644 --- a/config/recipes/laptop/recipe-bluefin-main-laptop.yml +++ b/config/recipes/laptop/recipe-bluefin-main-laptop.yml @@ -17,6 +17,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/bluefin-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml diff --git a/config/recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml index f2c5ea3..5a47446 100644 --- a/config/recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml +++ b/config/recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml @@ -17,5 +17,6 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/bluefin-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-bluefin-nvidia-laptop.yml b/config/recipes/laptop/recipe-bluefin-nvidia-laptop.yml index 30cc479..704e88d 100644 --- a/config/recipes/laptop/recipe-bluefin-nvidia-laptop.yml +++ b/config/recipes/laptop/recipe-bluefin-nvidia-laptop.yml @@ -17,6 +17,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/bluefin-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml diff --git a/config/recipes/laptop/recipe-kinoite-framework-userns.yml b/config/recipes/laptop/recipe-kinoite-framework-userns.yml index ff9cd8f..a398e1b 100644 --- a/config/recipes/laptop/recipe-kinoite-framework-userns.yml +++ b/config/recipes/laptop/recipe-kinoite-framework-userns.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-framework.yml b/config/recipes/laptop/recipe-kinoite-framework.yml index fd7e2a8..8c0db15 100644 --- a/config/recipes/laptop/recipe-kinoite-framework.yml +++ b/config/recipes/laptop/recipe-kinoite-framework.yml @@ -18,6 +18,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-main-laptop-userns.yml b/config/recipes/laptop/recipe-kinoite-main-laptop-userns.yml index b568848..f19b59f 100644 --- a/config/recipes/laptop/recipe-kinoite-main-laptop-userns.yml +++ b/config/recipes/laptop/recipe-kinoite-main-laptop-userns.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-main-laptop.yml b/config/recipes/laptop/recipe-kinoite-main-laptop.yml index 0100e0a..ff8509a 100644 --- a/config/recipes/laptop/recipe-kinoite-main-laptop.yml +++ b/config/recipes/laptop/recipe-kinoite-main-laptop.yml @@ -18,6 +18,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml index ec55f37..f927c6e 100644 --- a/config/recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml +++ b/config/recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-kinoite-nvidia-laptop.yml b/config/recipes/laptop/recipe-kinoite-nvidia-laptop.yml index f60292d..c50cabb 100644 --- a/config/recipes/laptop/recipe-kinoite-nvidia-laptop.yml +++ b/config/recipes/laptop/recipe-kinoite-nvidia-laptop.yml @@ -18,6 +18,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-framework-userns.yml b/config/recipes/laptop/recipe-sericea-framework-userns.yml index 30e885d..6763117 100644 --- a/config/recipes/laptop/recipe-sericea-framework-userns.yml +++ b/config/recipes/laptop/recipe-sericea-framework-userns.yml @@ -17,4 +17,5 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-framework.yml b/config/recipes/laptop/recipe-sericea-framework.yml index d98bea8..e120686 100644 --- a/config/recipes/laptop/recipe-sericea-framework.yml +++ b/config/recipes/laptop/recipe-sericea-framework.yml @@ -17,6 +17,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-main-laptop-userns.yml b/config/recipes/laptop/recipe-sericea-main-laptop-userns.yml index d406841..34a77d6 100644 --- a/config/recipes/laptop/recipe-sericea-main-laptop-userns.yml +++ b/config/recipes/laptop/recipe-sericea-main-laptop-userns.yml @@ -17,4 +17,5 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-main-laptop.yml b/config/recipes/laptop/recipe-sericea-main-laptop.yml index cdbad73..a0f6391 100644 --- a/config/recipes/laptop/recipe-sericea-main-laptop.yml +++ b/config/recipes/laptop/recipe-sericea-main-laptop.yml @@ -17,6 +17,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml index 168c1a6..4235310 100644 --- a/config/recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml +++ b/config/recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml @@ -17,4 +17,5 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-sericea-nvidia-laptop.yml b/config/recipes/laptop/recipe-sericea-nvidia-laptop.yml index d883c93..8856f6f 100644 --- a/config/recipes/laptop/recipe-sericea-nvidia-laptop.yml +++ b/config/recipes/laptop/recipe-sericea-nvidia-laptop.yml @@ -17,6 +17,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-framework-userns.yml b/config/recipes/laptop/recipe-silverblue-framework-userns.yml index b6f0778..4695a33 100644 --- a/config/recipes/laptop/recipe-silverblue-framework-userns.yml +++ b/config/recipes/laptop/recipe-silverblue-framework-userns.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-framework.yml b/config/recipes/laptop/recipe-silverblue-framework.yml index 49d4bdd..d85b90f 100644 --- a/config/recipes/laptop/recipe-silverblue-framework.yml +++ b/config/recipes/laptop/recipe-silverblue-framework.yml @@ -18,6 +18,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-main-laptop-userns.yml b/config/recipes/laptop/recipe-silverblue-main-laptop-userns.yml index a0223ca..5e0c258 100644 --- a/config/recipes/laptop/recipe-silverblue-main-laptop-userns.yml +++ b/config/recipes/laptop/recipe-silverblue-main-laptop-userns.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-main-laptop.yml b/config/recipes/laptop/recipe-silverblue-main-laptop.yml index 95672f9..0850752 100644 --- a/config/recipes/laptop/recipe-silverblue-main-laptop.yml +++ b/config/recipes/laptop/recipe-silverblue-main-laptop.yml @@ -18,6 +18,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-silverblue-nvidia-laptop-userns.yml index 1fef4f2..4456aa5 100644 --- a/config/recipes/laptop/recipe-silverblue-nvidia-laptop-userns.yml +++ b/config/recipes/laptop/recipe-silverblue-nvidia-laptop-userns.yml @@ -18,4 +18,5 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-silverblue-nvidia-laptop.yml b/config/recipes/laptop/recipe-silverblue-nvidia-laptop.yml index bef03c4..fc746e1 100644 --- a/config/recipes/laptop/recipe-silverblue-nvidia-laptop.yml +++ b/config/recipes/laptop/recipe-silverblue-nvidia-laptop.yml @@ -18,6 +18,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml b/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml index 540538c..994ef23 100644 --- a/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml +++ b/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml @@ -17,5 +17,6 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/wayfire-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop.yml b/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop.yml index 3532bbc..01970d6 100644 --- a/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop.yml +++ b/config/recipes/laptop/recipe-wayblue-wayfire-main-laptop.yml @@ -17,6 +17,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/wayfire-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml diff --git a/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop-userns.yml b/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop-userns.yml index 4de8e17..0825981 100644 --- a/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop-userns.yml +++ b/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop-userns.yml @@ -17,5 +17,6 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/wayfire-scripts.yml - type: yafti \ No newline at end of file diff --git a/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop.yml b/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop.yml index 2f6f388..9b9d6c3 100644 --- a/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop.yml +++ b/config/recipes/laptop/recipe-wayblue-wayfire-nvidia-laptop.yml @@ -17,6 +17,7 @@ modules: - from-file: common/common-bling.yml - from-file: recipes/laptop/laptop-bling.yml - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml - from-file: common/wayfire-scripts.yml - from-file: common/disableuserns-packages.yml - from-file: common/disableuserns-scripts.yml