infra/nix/os/profiles/graphical/configuration.nix

8 lines
77 B
Nix

{ ... }:
{
imports = [
./boot.nix
./system.nix
./hw.nix
];
}