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