mirror of
https://github.com/nix-community/home-manager
synced 2024-11-24 21:53:18 +00: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
8cf9cb2ee7
commit
6d20e7fd6b
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ in {
|
|||
enable = mkEnableOption "KDE connect";
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.plasma5Packages.kdeconnect-kde;
|
||||
example = literalExpression "pkgs.kdePackages.kdeconnect-kde";
|
||||
default = pkgs.kdePackages.kdeconnect-kde;
|
||||
example = literalExpression "pkgs.plasma5Packages.kdeconnect-kde";
|
||||
description = "The KDE connect package to use";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue