nixfiles/system/base.nix

8 lines
98 B
Nix

{ config, lib, pkgs, ...}:
{
imports = [
./fragments/base.nix
./fragments/me.nix
];
}