feat(systems): add mellinoe back

This commit is contained in:
Mohammad Rafiq 2025-03-27 05:21:42 +08:00
parent 1709e1ed56
commit d118d961f7
No known key found for this signature in database
4 changed files with 19 additions and 4 deletions

View file

@ -29,6 +29,7 @@
{
nixosConfigurations = builtins.listToAttrs [
(mkSystem "desktop" "nemesis")
(mkSystem "desktop" "mellinoe")
];
};