Files
nixos-config/hosts/macbook-pro/default.nix
2025-12-05 17:20:44 +01:00

16 lines
289 B
Nix

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