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:
parent
28adf3c6cb
commit
02a8e6ef0e
4 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue