1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-25 19:29:47 +01:00
home-manager/tests/modules/programs/pay-respects/default.nix
Nicholas Ciechanowski db9a98e178
pay-respects: add module
Add pay-respects module including shell integration support for bash,
zsh, fish and nushell.
2024-12-21 18:13:06 +01:00

4 lines
134 B
Nix

{
pay-respects-integration-enabled = ./integration-enabled.nix;
pay-respects-integration-disabled = ./integration-disabled.nix;
}