Format nix files using new formatter
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
# Enable CUPS
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [ brgenml1cupswrapper hplip ];
|
||||
drivers = with pkgs; [
|
||||
brgenml1cupswrapper
|
||||
hplip
|
||||
];
|
||||
};
|
||||
|
||||
# Enable SANE
|
||||
|
||||
Reference in New Issue
Block a user