remove service

This commit is contained in:
Mohamed Chrayed 2024-10-11 20:07:46 +02:00
parent 8cadc7c096
commit f1574350ac

View File

@ -27,16 +27,6 @@
pywal
]);
systemd.user.services.kdematerialyoucolors = {
script = ''
kde-material-you-colors
'';
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
};
system.activationScripts.deleteFile = ''
rm -f /home/${user}/.config/kglobalshortcutsrc
'';