Skip to content

Commit

Permalink
users: remove with lib;
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzime committed Oct 27, 2024
1 parent 32f0cf2 commit febc3b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/users/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{ config, lib, pkgs, ... }:

with lib;

let
inherit (lib) concatStringsSep concatMapStringsSep elem filter filterAttrs
mapAttrs' mapAttrsToList mkIf mkMerge mkOption mkOrder optionalString types;

cfg = config.users;

group = import ./group.nix;
Expand Down

0 comments on commit febc3b3

Please sign in to comment.