This commit is contained in:
Bryan Ramos 2023-06-13 04:57:36 -04:00
parent 04933cbfe2
commit 26e03c7bff

View file

@ -26,7 +26,7 @@ in
recursive = true; recursive = true;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
lazygit lazygit tmux
]; ];
}; };
} }