mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 21:38:21 +00:00
users: remove with lib;
This commit is contained in:
parent
32f0cf2140
commit
febc3b3f51
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
|
inherit (lib) concatStringsSep concatMapStringsSep elem filter filterAttrs
|
||||||
|
mapAttrs' mapAttrsToList mkIf mkMerge mkOption mkOrder optionalString types;
|
||||||
|
|
||||||
cfg = config.users;
|
cfg = config.users;
|
||||||
|
|
||||||
group = import ./group.nix;
|
group = import ./group.nix;
|
||||||
|
|
Loading…
Add table
Reference in a new issue