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

3 lines
65 B
Nix

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