From 265ed7d982c7eb989174b769d01ba4e0d9b64940 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 6 Nov 2019 12:28:17 +0100 Subject: [PATCH] *: formatting fixes --- nix/os/profiles/graphical/system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];