nix-config/modules/default.nix
2025-02-27 23:06:47 +01:00

17 lines
173 B
Nix

{
inputs,
headless,
...
}: {
imports = [
./apps
./hardware
./network
./terminal
./wm
./users
./boot
./base
./username.nix
];
}