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

11 lines
85 B
Nix

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