This commit is contained in:
steveej 2024-02-08 20:53:22 +01:00
parent 028c57b0db
commit b6d97d0581
49 changed files with 2034 additions and 2002 deletions

View file

@ -1,9 +1,10 @@
{ pkgs
, lib
, ...
{
pkgs,
lib,
...
}: {
# required for running blueman-applet in user sessions
services.dbus.packages = with pkgs; [ blueman ];
services.dbus.packages = with pkgs; [blueman];
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}