pantheon/systems/nemesis.nix
2025-03-16 09:02:27 +08:00

14 lines
360 B
Nix

{
imports = [
./hw-nemesis.nix
./modules/common.nix
./modules/desktop.nix
./modules/bootloaders/systemd-boot.nix
./modules/hardware/nvidia.nix
./modules/hardware/bluetooth.nix
];
networking.hostName = "nemesis";
system.stateVersion = "24.11";
boot.binfmt.emulatedSystems = ["wasm32-wasi" "x86_64-windows" "aarch64-linux"];
}