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/i3.nixmodules/i3.nix
@@ -9,4 +9,8 @@ environment.systemPackages = with pkgs; [
i3status i3lock-color ]; + + imports = [ + ./window-manager.nix + ]; }