add git to user packages
This commit is contained in:
parent
0f8b4be74b
commit
c7a206e038
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ in
|
|||
sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = 1;
|
||||
};
|
||||
packages = with pkgs; [
|
||||
git
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
firefox = {
|
||||
|
|
Loading…
Reference in a new issue