From 4a53f6321bf137c4cbd8f234dd2027ad9407499b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Apr 2022 08:30:59 -0700 Subject: modules: add a few more --- 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 e593055..54aa833 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,7 +1,7 @@ { lib, ... }: { - imports = [ ./hardware ./system ./services ./home ]; + imports = [ ./hardware ./system ./services ./home ./programs ]; options.my = with lib; { user = { -- cgit v1.2.3