First test of all machines

This commit is contained in:
KoenDR06 2025-02-27 22:12:26 +01:00
parent b963380a0a
commit 1d0209fac3
16 changed files with 268 additions and 73 deletions

View file

@ -1,10 +1,10 @@
{inputs, ...}: {
{inputs, headless, ...}: {
imports = [
./apps
./hardware
./network
./terminal
./wm
( if !headless then ./wm else ./empty.nix )
./users
./boot
./base