Files
nixos-config/hosts/macbook-pro/default.nix
2025-12-02 10:12:05 +01:00

16 lines
287 B
Nix

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