nix-managed-macbook/configuration.nix

4 lines
82 B
Nix

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