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

5 lines
124 B
Nix

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