From dde54c9aa7245f2d566ac01d3b04f9e56f23ee7b Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 28 Oct 2024 17:52:29 +0000 Subject: [PATCH] Add lib to configuration --- home/common/core/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/core/default.nix b/home/common/core/default.nix index db9a86f..31a09bb 100644 --- a/home/common/core/default.nix +++ b/home/common/core/default.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, outputs, ... }: +{ pkgs, inputs, outputs, lib, ... }: { imports = [ inputs.nix-colors.homeManagerModules.default