home-manager: remove top-level with pkgs.lib
This commit is contained in:
parent
abe12a4bad
commit
e377556818
|
@ -5,9 +5,10 @@
|
||||||
, newsReadIdsFile ? null
|
, newsReadIdsFile ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with pkgs.lib;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
|
inherit (pkgs.lib)
|
||||||
|
concatMapStringsSep fileContents filter length optionalString removeSuffix
|
||||||
|
replaceStrings splitString;
|
||||||
|
|
||||||
env = import ../modules {
|
env = import ../modules {
|
||||||
configuration =
|
configuration =
|
||||||
|
|
Loading…
Reference in a new issue