Enable kde connect

This commit is contained in:
Nathan McCarty 2023-06-20 03:49:19 -04:00
parent 7bc668b087
commit 6b2c04e4b9
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 5 additions and 4 deletions

View File

@ -83,9 +83,10 @@
}; };
}; };
# Mako output configuration # KDE connect
services.mako = { services.kdeconnect = {
# Lock mako notifs to main display enable = true;
output = "DP-1"; indicator = true;
}; };
} }