From 2f18f69d9ced49bd0932c187d72a41ae9fea585e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 17:54:30 -0700 Subject: console configuration is moved to a module --- modules/system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/default.nix') diff --git a/modules/system/default.nix b/modules/system/default.nix index 94ac438..1003646 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -1 +1 @@ -{ ... }: { imports = [ ./nix ]; } +{ ... }: { imports = [ ./console ./nix ]; } -- cgit v1.2.3