nixos-config/fudo/sites/default.nix

10 lines
103 B
Nix
Raw Normal View History

2020-02-03 17:07:46 -08:00
{ config, lib, pkgs, ... }:
{
imports = [
2020-06-22 13:29:33 -07:00
./joes.nix
2020-02-03 17:07:46 -08:00
./portage.nix
./seattle.nix
];
}