mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-02-21 23:30:02 +00:00
change bluetooth settings to display device battery
This commit is contained in:
parent
c394df7080
commit
1296e4dced
1 changed files with 8 additions and 1 deletions
|
@ -11,7 +11,14 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable Bluetooth
|
# Enable Bluetooth
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
General = {
|
||||||
|
Experimental = "true";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue