update flake.lock

This commit is contained in:
Thilo Billerbeck 2024-03-22 19:26:11 +01:00
parent 50dc26307f
commit 480469e226
3 changed files with 10 additions and 11 deletions
home-manager

View file

@ -34,7 +34,6 @@ in {
nix-init
nodePackages.nodemon
pocketbase
thefuck
hub
httpie
manix

View file

@ -1,3 +1,3 @@
{
programs.thefuck = { enable = true; };
programs.thefuck = { enable = false; };
}