Add git to systemPackages

This commit is contained in:
panotaka
2023-11-21 22:50:13 -04:00
parent 1d16d7c4c2
commit 335d44dc4d

View File

@@ -24,6 +24,10 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
git
];
# Define a user account. Don't forget to set a password with passwd.
users.users.panotaka = {
isNormalUser = true;