diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-20 16:01:46 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-20 16:01:46 -0600 |
commit | 665de8ec9e4da6f3f8d127465523e3868026395c (patch) | |
tree | 2e098a711f25b8b7f653c788bd002e0e80ce1a3b /configuration.nix | |
parent | d13135c0567a4c5e4f605e6fba873337fd75514e (diff) | |
download | nixos-665de8ec9e4da6f3f8d127465523e3868026395c.tar.gz nixos-665de8ec9e4da6f3f8d127465523e3868026395c.tar.bz2 nixos-665de8ec9e4da6f3f8d127465523e3868026395c.zip |
Revert "update config"
This reverts commit d13135c0567a4c5e4f605e6fba873337fd75514e.
Diffstat (limited to '')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 928bed9..0da4b09 100644 --- a/configuration.nix +++ b/configuration.nix @@ -74,7 +74,7 @@ defaults.email = "marcc@mccd.space"; }; - environment.systemPackages = with pkgs; [ git ]; + environment.systemPackages = with pkgs; [ git vim ]; users.users.git = { isNormalUser = true; |