From e69ed57ab173b558c3e8bcdb3cbc228fc7ccbc3a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 17:02:58 -0700 Subject: nix: refactor to a module --- modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index 5ec7ef8..189a313 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1 +1 @@ -{ ... }: { imports = [ ./hardware ]; } +{ ... }: { imports = [ ./hardware ./system ]; } -- cgit v1.2.3