infra/nix/os/profiles/graphical/configuration.nix
2022-11-03 20:46:14 +01:00

5 lines
70 B
Nix

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