format fix
This commit is contained in:
parent
a9e3e47de1
commit
3351944d89
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ let
|
||||||
gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {};
|
gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {};
|
||||||
unstablepkgs = import <nixos-unstable> {};
|
unstablepkgs = import <nixos-unstable> {};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
nix.binaryCachePublicKeys = [
|
nix.binaryCachePublicKeys = [
|
||||||
|
@ -191,7 +191,7 @@ rec {
|
||||||
|
|
||||||
services.printing = {
|
services.printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = [
|
drivers = [
|
||||||
pkgs.hplip
|
pkgs.hplip
|
||||||
unstablepkgs.cups-kyodialog3
|
unstablepkgs.cups-kyodialog3
|
||||||
unstablepkgs.mfcj6510dwlpr
|
unstablepkgs.mfcj6510dwlpr
|
||||||
|
@ -282,7 +282,7 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
# required for running blueman-applet in user sessions
|
# required for running blueman-applet in user sessions
|
||||||
services.dbus.packages = with pkgs; [
|
services.dbus.packages = with pkgs; [
|
||||||
blueman
|
blueman
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue