16 lines
289 B
Nix
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
|
|
];
|
|
}
|