add git to user packages

This commit is contained in:
jopejoe1 2024-12-13 18:25:47 +01:00
parent 0f8b4be74b
commit c7a206e038

View file

@ -56,6 +56,9 @@ in
sessionVariables = {
MOZ_ENABLE_WAYLAND = 1;
};
packages = with pkgs; [
git
];
};
programs = {
firefox = {