nixos-config/fudo/sites/default.nix

9 lines
88 B
Nix
Raw Normal View History

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