infra/nix/os/profiles/graphical/configuration.nix
2023-02-07 18:23:51 +01:00

3 lines
65 B
Nix

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