nixos/xdg.portal: avoid with statement
This commit is contained in:
parent
a72d7811be
commit
5d5c2ef49b
@ -1,6 +1,14 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
inherit (lib)
|
||||
mkEnableOption
|
||||
mkIf
|
||||
mkOption
|
||||
mkRenamedOptionModule
|
||||
teams
|
||||
types;
|
||||
in
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
Loading…
Reference in New Issue
Block a user