all repos — nixfiles @ 496b4ed379afe7f1e0563243a0a5efe0857fe3bb

System and user configuration, managed by nix and home-manager

Create nested module hierarchy

Alan Pearce
commit

496b4ed379afe7f1e0563243a0a5efe0857fe3bb

parent

b48da7c8cafca69b44b2d39f36761647f393e069

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M modules/user-interface.nixmodules/user-interface.nix
@@ -76,4 +76,8 @@
services.urxvtd = { enable = true; }; + + imports = [ + ./xserver.nix + ]; }