12 lines
278 B
Nix
12 lines
278 B
Nix
{
|
|
imports = [
|
|
./hw-mellinoe.nix
|
|
./modules/common.nix
|
|
./modules/desktop.nix
|
|
./modules/bootloaders/systemd-boot.nix
|
|
./modules/hardware/bluetooth.nix
|
|
./modules/ephemeral-root.nix
|
|
];
|
|
networking.hostName = "mellinoe";
|
|
system.stateVersion = "24.11";
|
|
}
|