os/hosts/NixOS.nix
Timothy DeHerrera 1c79781936
niximg: init iso configuration
Easily build the iso using `nix build $ISO` thanks to direnv.
2020-01-01 19:12:59 -07:00

7 lines
68 B
Nix

{
imports = [
../profiles/develop
../profiles/misc
];
}