chore: reformat using nixd and nixfmt-rfc-style
This commit is contained in:
parent
1ea540535e
commit
813cc599f0
38 changed files with 280 additions and 166 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{ lib, config, pkgs, ... }: {
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
#use driver compatible with samsung M2020 printer
|
||||
options.settings.drivers.printer = {
|
||||
M2020.enable = lib.mkEnableOption "use the appropriate driver for the samsung M2020 printer";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue