about summary refs log tree commit diff
path: root/nixos/modules/programs/kdeconnect.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-06-06 18:22:22 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-06-08 23:11:44 +0200
commitacbfbd0d8628e88435b81f72bd7ceb1e6b94da74 (patch)
tree404ace328201762a5b31721f19d4b345a1d88b55 /nixos/modules/programs/kdeconnect.nix
parent6ef2b63f3929c62a1ec6a960234fe06940ce3b10 (diff)
downloadnixlib-acbfbd0d8628e88435b81f72bd7ceb1e6b94da74.tar
nixlib-acbfbd0d8628e88435b81f72bd7ceb1e6b94da74.tar.gz
nixlib-acbfbd0d8628e88435b81f72bd7ceb1e6b94da74.tar.bz2
nixlib-acbfbd0d8628e88435b81f72bd7ceb1e6b94da74.tar.lz
nixlib-acbfbd0d8628e88435b81f72bd7ceb1e6b94da74.tar.xz
nixlib-acbfbd0d8628e88435b81f72bd7ceb1e6b94da74.tar.zst
nixlib-acbfbd0d8628e88435b81f72bd7ceb1e6b94da74.zip
nixos/kdeconnect: remove alias from default package
Diffstat (limited to 'nixos/modules/programs/kdeconnect.nix')
-rw-r--r--nixos/modules/programs/kdeconnect.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/kdeconnect.nix b/nixos/modules/programs/kdeconnect.nix
index df698e84dd70..10d6e18a3d14 100644
--- a/nixos/modules/programs/kdeconnect.nix
+++ b/nixos/modules/programs/kdeconnect.nix
@@ -12,8 +12,8 @@ with lib;
       implementation if you use Gnome.
     '';
     package = mkOption {
-      default = pkgs.kdeconnect;
-      defaultText = literalExpression "pkgs.kdeconnect";
+      default = pkgs.plasma5Packages.kdeconnect-kde;
+      defaultText = literalExpression "pkgs.plasma5Packages.kdeconnect-kde";
       type = types.package;
       example = literalExpression "pkgs.gnomeExtensions.gsconnect";
       description = ''