KDE: Difference between revisions
m Added example for SDDM using Wayland |
Add Troubleshoot for Bluetooh |
||
Line 142: | Line 142: | ||
# Replace <code>"safeStorageBackend": "kwallet5"</code> with <code>"safeStorageBackend": "kwallet6"</code> (change 5 to 6) | # Replace <code>"safeStorageBackend": "kwallet5"</code> with <code>"safeStorageBackend": "kwallet6"</code> (change 5 to 6) | ||
# Start Signal | # Start Signal | ||
=== Bluetooth configuration not available === | |||
Add the following configuration (generally in harwdare-configuration.nix): | |||
<syntaxHighlight lang=nix> | |||
hardware.bluetooth.enable = true; | |||
</syntaxHighlight> | |||
This will add the following packages: | |||
<syntaxHighlight lang=nix> | |||
[ | |||
bluedevil | |||
bluez-qt | |||
pkgs.openobex | |||
pkgs.obexftp | |||
] | |||
</syntaxHighlight> | |||
== Tips and tricks == | == Tips and tricks == |