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 = {
|
||||
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 = {
|
||||
enable = true;
|
||||
inactiveInterval = 7;
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
services.dbus.packages = with pkgs; [
|
||||
blueman
|
||||
];
|
||||
services.blueman.enable = true;
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue