Add Kde Connect

This commit is contained in:
Pedro Rey Anca 2024-07-21 13:44:30 +02:00
parent c4d22b94a6
commit 02225c295a
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
services.kdeconnect = {
enable = true;
indicator = true;
};
}