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;
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
follow_mouse = 1;
|
||||
mouse_refocus = false;
|
||||
touchpad = {
|
||||
disable_while_typing = false;
|
||||
disable_while_typing = true;
|
||||
};
|
||||
};
|
||||
gestures = {
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
networkmanagerapplet # Tray icon for managing networking
|
||||
blueman # Tray icon for managing bluetooth
|
||||
owncloud-client # desktop sync client
|
||||
rustdesk-flutter # remote management software
|
||||
];
|
||||
services.flatpak.packages = [
|
||||
"io.mrarm.mcpelauncher" # Minecraft bedrock edition launcher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue