flake/nixos/profiles/core/packages/default.nix

6 lines
68 B
Nix
Executable file

{...}: {
imports = [
./overlays
./anti-feature.nix
];
}