mirror of
https://github.com/nix-community/home-manager
synced 2024-12-03 16:39:46 +01:00
kdeconnect: upgrade default version
Plasma6 has been out for a while now and the service still points to the old, incompatible version.
This commit is contained in:
parent
f83dc9f25a
commit
21396857fd
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ in {
|
||||||
enable = mkEnableOption "KDE connect";
|
enable = mkEnableOption "KDE connect";
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.plasma5Packages.kdeconnect-kde;
|
default = pkgs.kdePackages.kdeconnect-kde;
|
||||||
example = literalExpression "pkgs.kdePackages.kdeconnect-kde";
|
example = literalExpression "pkgs.plasma5Packages.kdeconnect-kde";
|
||||||
description = "The KDE connect package to use";
|
description = "The KDE connect package to use";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue