mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/kdeconnect: remove alias from default package
This commit is contained in:
parent
6ef2b63f39
commit
acbfbd0d86
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ with lib;
|
||||||
implementation if you use Gnome.
|
implementation if you use Gnome.
|
||||||
'';
|
'';
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
default = pkgs.kdeconnect;
|
default = pkgs.plasma5Packages.kdeconnect-kde;
|
||||||
defaultText = literalExpression "pkgs.kdeconnect";
|
defaultText = literalExpression "pkgs.plasma5Packages.kdeconnect-kde";
|
||||||
type = types.package;
|
type = types.package;
|
||||||
example = literalExpression "pkgs.gnomeExtensions.gsconnect";
|
example = literalExpression "pkgs.gnomeExtensions.gsconnect";
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue