dotfiles/provision/modules/system/default.nix

5 lines
78 B
Nix

{ ... }:
{
imports = [ ./wireguard-client.nix ./terminal.nix ./ssh.nix ];
}