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

7 lines
68 B
Nix
Raw Normal View History

{...}: {
2023-09-19 00:17:43 +00:00
imports = [
./overlays
./anti-feature.nix
2023-09-19 00:17:43 +00:00
];
}