mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-19 01:21:39 +01:00
7 lines
99 B
Nix
7 lines
99 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
services.kdeconnect = {
|
|
enable = true;
|
|
indicator = true;
|
|
};
|
|
}
|