mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
thinkpad: wayland and bluetooth fixes
This commit is contained in:
parent
758c58f5c2
commit
6cb6667093
6 changed files with 22 additions and 12 deletions
|
@ -66,7 +66,14 @@
|
|||
fwupd.enable = true; # firmware updates
|
||||
zfs.autoScrub.enable = true;
|
||||
};
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
Experimental = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.logind = {
|
||||
lidSwitch = "suspend-then-hibernate";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue