It seem to pull kde connect for QT5 by default, let's set the package and see if that fixes it
This commit is contained in:
parent
78e8fb1dbf
commit
22ba868348
|
@ -201,7 +201,10 @@
|
||||||
no-autostart = true;
|
no-autostart = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.kdeconnect.enable = true;
|
services.kdeconnect = {
|
||||||
|
package = pkgs.kdePackages.kdeconnect-kde;
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Nicely reload system units when changing configs
|
# Nicely reload system units when changing configs
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
|
|
Loading…
Reference in a new issue