flake/nixos/packages/default.nix

9 lines
165 B
Nix
Executable file

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