Files
vmimages/modules/home-manager/default.nix
2023-02-25 05:36:06 +00:00

8 lines
282 B
Nix

# Add your reusable home-manager modules to this directory, on their own file (https://nixos.wiki/wiki/Module).
# These should be stuff you would like to share with others, not your personal configurations.
{
# List your module files here
ssh-proxy = import ./ssh-proxy.nix;
}