split hosts

This commit is contained in:
Melvin Ragusa
2026-02-05 09:51:31 +01:00
parent b3e967e4ea
commit 5e944043b1
10 changed files with 314 additions and 29 deletions

View File

@@ -0,0 +1,23 @@
# configuration.nix
# Main NixOS configuration entry point for atlas (desktop)
{
config,
pkgs,
inputs,
lib,
username,
...
}:
{
imports = [
./hardware-configuration.nix
../../modules/core
../../modules/hardware
../../modules/desktop
../../modules/services
../../modules/dev
../../modules/gaming
../../modules/limine-custom-labels.nix
];
}