flake/nixos/packages/default.nix
2023-10-15 08:51:56 +08:00

10 lines
81 B
Nix
Executable file

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