style: cleanup

This commit is contained in:
Charlie Root 2024-08-23 08:27:17 +02:00
commit 7e910f5bc5
2 changed files with 2 additions and 7 deletions

View file

@ -1,10 +1,6 @@
{
config,
lib,
...
}: let
{lib, ...}: let
inherit (lib) mkOption;
inherit (lib.types) nullOr package listOf;
inherit (lib.types) package listOf;
in {
options.modules.system.fonts = {
# This defines extra fonts to be installed on the system.

View file

@ -1,5 +1,4 @@
{
config,
lib,
pkgs,
...