From 6d0f690dc88049d4bef66242f22280e7cb198f89 Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Wed, 22 Apr 2026 15:09:48 +0200 Subject: [PATCH] Edit 40-core.sh.chroot --- mkosi.finalize.d/40-core.sh.chroot | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/mkosi.finalize.d/40-core.sh.chroot b/mkosi.finalize.d/40-core.sh.chroot index 1e5c765..98ce090 100755 --- a/mkosi.finalize.d/40-core.sh.chroot +++ b/mkosi.finalize.d/40-core.sh.chroot @@ -160,6 +160,22 @@ fi # enabled by default and requires authentication to manually enable. mv /usr/lib/systemd/user/ydotool.service /usr/lib/systemd/system/ydotool.service + +# Custom Plasma Setup +git clone https://invent.kde.org/plasma/plasma-setup.git +cd plasma-setup +git checkout work/hadi/btrfs + +mkdir build && cd build +cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release +make +make install + +cd ../ +cd ../ +rm -rf plasma-setup + + # Clean up final remnants of the build process rm -rf \ /buildroot \