1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-03-01 04:40:56 +01:00
nixos-config/users/rouven/modules/kdeconnect/default.nix
2022-12-19 20:03:25 +01:00

7 lines
99 B
Nix

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