From 3351944d897bef5857759481f04c264cc705e763 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 28 Oct 2018 11:24:00 +0100 Subject: [PATCH] format fix --- nixos-configuration/steveej-laptop/system.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos-configuration/steveej-laptop/system.nix b/nixos-configuration/steveej-laptop/system.nix index 0d79a6b..5f0e342 100644 --- a/nixos-configuration/steveej-laptop/system.nix +++ b/nixos-configuration/steveej-laptop/system.nix @@ -5,7 +5,7 @@ let gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {}; unstablepkgs = import {}; -in +in rec { nix.binaryCachePublicKeys = [ @@ -191,7 +191,7 @@ rec { services.printing = { enable = true; - drivers = [ + drivers = [ pkgs.hplip unstablepkgs.cups-kyodialog3 unstablepkgs.mfcj6510dwlpr @@ -282,7 +282,7 @@ rec { }; # required for running blueman-applet in user sessions - services.dbus.packages = with pkgs; [ + services.dbus.packages = with pkgs; [ blueman ];