flake/nixos/packages/default.nix

11 lines
111 B
Nix
Executable file

{ ... }:
{
imports = [
./core.nix
./hardware.nix
./graphical
./overlays
./unfree
];
}