diff options
-rw-r--r-- | modules/lass/xresources.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lass/xresources.nix b/modules/lass/xresources.nix index 1b85830cf..46ff075c0 100644 --- a/modules/lass/xresources.nix +++ b/modules/lass/xresources.nix @@ -12,7 +12,7 @@ with lib; let - inherit (import ../../lib { inherit pkgs; }) shell-escape; + inherit (import ../../lib { inherit lib; }) shell-escape; inherit (pkgs) writeScript; in |