9 lines
175 B
Nix
Executable file
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
|
|
];
|
|
}
|