nixos/home/kdeconnect.nix

9 lines
105 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
{
services.kdeconnect = {
enable = true;
indicator = true;
};
}