2024-04-08 20:32:17 +02:00
|
|
|
# Add your reusable NixOS 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
|
2024-04-17 20:39:12 +02:00
|
|
|
tildefriends = import ./tildefriends.nix;
|
|
|
|
vedirect-reader = import ./vedirect-reader.nix;
|
2024-04-08 20:32:17 +02:00
|
|
|
}
|