bluetooth

berry
Rachel Lambda Samuelsson 2024-03-12 12:41:50 +01:00
parent dccfcaca64
commit de8855153e
2 changed files with 3 additions and 0 deletions

View File

@ -524,8 +524,10 @@ in rec {
}; };
network-manager-applet.enable = true; network-manager-applet.enable = true;
blueman-applet.enable = true;
betterlockscreen.enable = true; betterlockscreen.enable = true;
gnome-keyring.enable = true; gnome-keyring.enable = true;
}; };
xsession = { xsession = {

View File

@ -19,6 +19,7 @@
]; ];
}; };
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true;
services.logind = { services.logind = {
lidSwitch = "hibernate"; lidSwitch = "hibernate";
lidSwitchDocked = "ignore"; lidSwitchDocked = "ignore";