2022-11-20 16:23:58 +01:00
|
|
|
# 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
|
|
|
|
# my-module = import ./my-module.nix;
|
2023-02-11 00:08:58 +01:00
|
|
|
reo101-shell = import ./reo101-shell.nix;
|
2023-02-21 22:31:38 +01:00
|
|
|
reo101-wezterm = import ./reo101-wezterm;
|
2022-11-20 16:23:58 +01:00
|
|
|
}
|