From 0412e046d917f0d559ed893513373682b2c049e2 Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 19 Feb 2023 21:31:37 +0100 Subject: Feat(lib): Import my system library --- system/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/default.nix b/system/default.nix index 14762c92..e065bfc9 100644 --- a/system/default.nix +++ b/system/default.nix @@ -1,4 +1,9 @@ -{config, ...}: { +{ + config, + pkgs, + shell-library, + ... +}: { imports = [ ./boot ./users # this needs to be before fileSystemLayouts @@ -6,7 +11,7 @@ ./font ./impermanence ./locale -#./packages + #./packages ./sound ]; } -- cgit 1.4.1