{ config = { #nix-config = { # networking.hostName = "nyx"; # userName = "remy"; #}; }; # Merge the configuration and hardware configuration imports = [ ./configuration.nix ../../modules/macos/tiling.nix ]; }