1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-17 03:47:28 +02:00
home-manager/tests/modules/programs/thefuck/default.nix
2023-10-04 09:39:23 +02:00

4 lines
124 B
Nix

{
thefuck-integration-enabled = ./integration-enabled.nix;
thefuck-integration-disabled = ./integration-disabled.nix;
}