Revert "Enable kde connect"

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

View File

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