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

10 lines
175 B
Nix
Raw Normal View History

{...}: {
2023-09-19 00:17:43 +00:00
imports = [
2023-11-04 10:02:11 +00:00
./hardware.nix # TODO: move this somewhere else?
2023-10-15 00:51:56 +00:00
2023-11-04 10:02:11 +00:00
# TODO: should this be considered user-specific?
2023-09-19 00:17:43 +00:00
./overlays
./anti-feature.nix
2023-09-19 00:17:43 +00:00
];
}