omniflake/hosts/homer/default.nix
2026-04-15 22:04:14 +02:00

17 lines
349 B
Nix

{ ... }:
{
networking.hostName = "homer";
imports = [
./hardware-configuration.nix
../../system
../../system/desktop
../../system/desktop/gnome.nix
../../system/desktop/steam.nix
../../system/desktop/remote-desktop.nix
../../system/desktop/media-server.nix
../../users/till.nix
../../users/guest.nix
];
}