old
1{pkgs, ...}: {
2  home.packages = with pkgs.kdePackages; [
3    kdenlive
4  ];
5
6  services.kdeconnect = {
7    enable = true;
8  };
9}