mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
9 lines
86 B
Nix
9 lines
86 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.kdeconnect = {
|
|
enable = true;
|
|
indicator = true;
|
|
};
|
|
}
|