Create nested module hierarchy
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M modules/i3.nix → modules/i3.nix
@@ -9,4 +9,8 @@ environment.systemPackages = with pkgs; [ i3status i3lock-color ]; + + imports = [ + ./window-manager.nix + ]; }