added powertop auto-tune, rustdesk, kde-connect

kdeconnect control and rustdesk both dont work with hyprland but media
control works for kdeconnect and rustdesk works just fine as a client
This commit is contained in:
Gabriella Bere 2025-07-10 11:30:39 +01:00
parent 28adf3c6cb
commit 02a8e6ef0e
4 changed files with 8 additions and 1 deletions

View file

@ -65,6 +65,11 @@
programs.btop.enable = true;
programs.btop.package = pkgs.stable.btop-rocm;
services.kdeconnect = {
enable = true;
indicator = true;
};
# Add support for bluetooth headset media controls
services.mpris-proxy.enable = true;