Plasma: remove leftover command from testing

This commit is contained in:
Toast 2023-07-07 23:37:18 +02:00
parent ac567396db
commit 76630bb781

View file

@ -96,7 +96,6 @@ in
text= '' text= ''
echo "updating system dconf database..." echo "updating system dconf database..."
${pkgs.dconf}/bin/dconf update ${pkgs.dconf}/bin/dconf update
touch /testfile
''; '';
deps = [ "etc" ]; deps = [ "etc" ];
}; };