flake/nixos/profiles/common/core/packages/default.nix
2023-12-31 00:18:35 +08:00

6 lines
68 B
Nix
Executable file

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