flake/nixos/packages/default.nix
2023-09-19 08:17:43 +08:00

10 lines
92 B
Nix
Executable file

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