diff --git a/nix/os/profiles/graphical/system.nix b/nix/os/profiles/graphical/system.nix index 287a6d5..b8bf258 100644 --- a/nix/os/profiles/graphical/system.nix +++ b/nix/os/profiles/graphical/system.nix @@ -1,5 +1,5 @@ { pkgs -, ... +, ... }: { @@ -30,7 +30,7 @@ }; }; # required for running blueman-applet in user sessions - services.dbus.packages = with pkgs; [ + services.dbus.packages = with pkgs; [ blueman ];