diff options
-rw-r--r-- | host/obelix.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/obelix.nix b/host/obelix.nix index b38ab68..f4717e8 100644 --- a/host/obelix.nix +++ b/host/obelix.nix @@ -14,4 +14,8 @@ type = "local-shell"; }; }; + + services.kdeconnect = { + enable = true; + }; } |