Add Kde Connect
This commit is contained in:
parent
c4d22b94a6
commit
02225c295a
3 changed files with 8 additions and 0 deletions
6
modules/home/kdeconnect.nix
Normal file
6
modules/home/kdeconnect.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
services.kdeconnect = {
|
||||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
}
|
||||
Reference in a new issue