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
services.mako = {
# Lock mako notifs to main display
output = "DP-1";
# KDE connect
services.kdeconnect = {
enable = true;
indicator = true;
};
}