remove this hack, no longer needed

This commit is contained in:
Lillian Violet 2026-04-08 13:12:16 +02:00
parent c9ea0576a6
commit 9d0115d97d

View file

@ -5,11 +5,6 @@
lib,
...
}: {
#TODO remove this after the bug fixed
programs.plasma.startup.desktopScript."panels".preCommands = lib.mkForce ''
sleep 3
[ -f ${config.xdg.configHome}/plasma-org.kde.plasma.desktop-appletsrc ] && rm ${config.xdg.configHome}/plasma-org.kde.plasma.desktop-appletsrc
'';
#TODO: make the creation of the command file easier, for now this is a nice solution though
systemd.user.services."set-kde-connect-commands" = {
Install = {