nix-managed-macbook/configuration.nix

5 lines
65 B
Nix

{ pkgs, inputs, ... }:
{
imports = [./nix.nix ./system.nix];
}