nixos/home/kdeconnect.nix
2023-11-04 10:26:47 +00:00

9 lines
105 B
Nix

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