mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:26:51 +01:00
add git
This commit is contained in:
parent
9721cb9f66
commit
560521885f
2 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
|||
# useGlobalPkgs = true;
|
||||
# useUserPackages = true;
|
||||
#};
|
||||
system.stateVersion = "22.11";
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
||||
];
|
||||
|
|
|
@ -139,6 +139,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
# wget
|
||||
git
|
||||
];
|
||||
# Enable the OpenSSH daemon.
|
||||
# services.openssh.enable = true;
|
||||
|
|
Loading…
Reference in a new issue