build(mellinoe): add mellinoe to flake with disko and impermanence

This commit is contained in:
Mohammad Rafiq 2025-03-22 17:13:52 +08:00
parent 717efa8db7
commit adacc5d7ef
No known key found for this signature in database
5 changed files with 233 additions and 37 deletions

11
systems/mellinoe.nix Normal file
View file

@ -0,0 +1,11 @@
{
imports = [
./hw-mellinoe.nix
./modules/common.nix
./modules/desktop.nix
./modules/bootloaders/systemd-boot.nix
./modules/hardware/bluetooth.nix
];
networking.hostName = "mellinoe";
system.stateVersion = "24.11";
}