SteamDeck: enable bluetooth
This commit is contained in:
parent
59d5da3419
commit
734b043bc7
1 changed files with 5 additions and 0 deletions
|
|
@ -51,6 +51,11 @@
|
|||
};
|
||||
services.xserver.displayManager.sddm.enable = lib.mkForce false;
|
||||
|
||||
# Enable bluetooth
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Configure keymap in X11
|
||||
# services.xserver.layout = "us";
|
||||
# services.xserver.xkbOptions = "eurosign:e,caps:escape";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue