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