From 7155724780426addf5e674e9e19f9bc9d77dd9a0 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 23 Jan 2023 16:37:50 -0500 Subject: stop declaring unneeded imports :/ --- users/seth/options.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'users/seth/options.nix') diff --git a/users/seth/options.nix b/users/seth/options.nix index f0bf636..b2e035d 100644 --- a/users/seth/options.nix +++ b/users/seth/options.nix @@ -1,8 +1,4 @@ -{ - config, - lib, - ... -}: { +{lib, ...}: { options.seth = with lib.types; { devel-packages = lib.mkOption { type = bool; -- cgit v1.2.3