pantheon/systems/mellinoe.nix
2025-03-22 17:26:58 +08:00

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";
}