flake/nixos/profiles/core/packages/default.nix
2023-11-17 13:38:25 +08:00

9 lines
175 B
Nix
Executable file

{...}: {
imports = [
./hardware.nix # TODO: move this somewhere else?
# TODO: should this be considered user-specific?
./overlays
./anti-feature.nix
];
}