flake/nixos/packages/default.nix

11 lines
168 B
Nix
Executable file

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