tweak standard module expression

This commit is contained in:
Katherina Walshe-Grey 2024-07-24 18:40:41 +01:00
parent e3068a144a
commit 5f70f26e98
3 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.qenya.services.fonts;
inherit (lib) mkIf mkEnableOption;
in
{
options.qenya.services.fonts = {

View file

@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.qenya.services.forgejo;
inherit (lib) mkIf mkEnableOption mkOption types;
in
{
options.qenya.services.forgejo = {

View file

@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.qenya.services.steam;
inherit (lib) mkIf mkEnableOption;
in
{
options.qenya.services.steam = {