nixos-config/fudo/sites/default.nix

10 lines
103 B
Nix
Raw Normal View History

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