nix-config/shared/client/default.nix

7 lines
79 B
Nix

{ config, pkgs, ... }:
{
imports = [
./nh.nix
./tailscale.nix
];
}