summaryrefslogtreecommitdiff
path: root/home/config/kdeconnect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/config/kdeconnect.nix')
-rw-r--r--home/config/kdeconnect.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home/config/kdeconnect.nix b/home/config/kdeconnect.nix
new file mode 100644
index 0000000..e615178
--- /dev/null
+++ b/home/config/kdeconnect.nix
@@ -0,0 +1,8 @@
+{ ... }:
+
+{
+ services.kdeconnect = {
+ enable = true;
+ indicator = true;
+ };
+}