nixos/xdg.portal: avoid with statement

This commit is contained in:
Jan Tojnar 2022-06-22 21:25:40 +02:00
parent a72d7811be
commit 5d5c2ef49b

View file

@ -1,6 +1,14 @@
{ config, pkgs, lib, ... }:
with lib;
let
inherit (lib)
mkEnableOption
mkIf
mkOption
mkRenamedOptionModule
teams
types;
in
{
imports = [