nix/graphical: fix bluetooth-applet
This commit is contained in:
parent
ceb12b6e92
commit
bf17d2f259
2 changed files with 2 additions and 2 deletions
|
@ -302,8 +302,7 @@ in {
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
gnome-keyring.enable = true;
|
gnome-keyring.enable = true;
|
||||||
# TODO: this has been broken for a while, removing for now.
|
blueman-applet.enable = true;
|
||||||
# blueman-applet.enable = true;
|
|
||||||
screen-locker = {
|
screen-locker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inactiveInterval = 7;
|
inactiveInterval = 7;
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
services.dbus.packages = with pkgs; [
|
services.dbus.packages = with pkgs; [
|
||||||
blueman
|
blueman
|
||||||
];
|
];
|
||||||
|
services.blueman.enable = true;
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue