dotfiles/home-manager/programs/thefuck.nix

6 lines
52 B
Nix
Raw Normal View History

2024-03-18 22:53:37 +01:00
{
2024-05-28 14:38:22 +02:00
programs.thefuck = {
enable = false;
};
2024-03-18 22:53:37 +01:00
}