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

6 lines
70 B
Nix
Raw Normal View History

2022-10-31 11:04:38 +01:00
{ pkgs, ... }:
{
2022-10-31 11:04:38 +01:00
imports = [ ./boot.nix ./system.nix ./hw.nix ];
}