From 4107dbd75fc5acc289bb297892269a34fbf5d79d Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 23 Jun 2025 22:51:53 -0400 Subject: move global cfg options into modules (remove /config) --- hosts/thinkpad/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/thinkpad') diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index e71a441..6810930 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -10,7 +10,6 @@ inputs.nixpkgs.lib.nixosSystem rec { specialArgs = {inherit inputs;}; modules = [ options - ../../config ../../home ../../modules ../../system -- cgit v1.2.3-freya