style: cleanup
This commit is contained in:
parent
66b2e02e78
commit
7e910f5bc5
2 changed files with 2 additions and 7 deletions
|
@ -1,10 +1,6 @@
|
||||||
{
|
{lib, ...}: let
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (lib) mkOption;
|
inherit (lib) mkOption;
|
||||||
inherit (lib.types) nullOr package listOf;
|
inherit (lib.types) package listOf;
|
||||||
in {
|
in {
|
||||||
options.modules.system.fonts = {
|
options.modules.system.fonts = {
|
||||||
# This defines extra fonts to be installed on the system.
|
# This defines extra fonts to be installed on the system.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
config,
|
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue