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 ];