nixos-config/fudo/sites/default.nix

9 lines
88 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./portage.nix
./seattle.nix
];
}