nix-files/machines/desko/default.nix
colin e9dbbb764f desko/lappy: factor out some easy commonalities
i'm sure this will change as i mess with the rpi image
2022-05-22 01:59:04 -07:00

9 lines
131 B
Nix

{ home-manager, config, pkgs, ... }:
{
imports = [
./../common/homes.nix
./../common/users.nix
./hardware.nix
];
}