omniflake/hosts/mila/default.nix
2026-01-22 00:19:40 +01:00

12 lines
153 B
Nix

{ ... }:
{
networking.hostname = "mila";
imports = [
./hardware.nix
../system
../system/desktop
../system/desktop/gnome.nix
];
}