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

8 lines
83 B
Nix

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