diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-20 15:39:20 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-20 15:39:20 -0600 |
commit | d13135c0567a4c5e4f605e6fba873337fd75514e (patch) | |
tree | a24a0a26430943d1bb35de350c32828cb3ae9e0e | |
parent | c3a5ade1e80934f13b4760ebaddfbe7c0ca356e5 (diff) | |
download | nixos-d13135c0567a4c5e4f605e6fba873337fd75514e.tar.gz nixos-d13135c0567a4c5e4f605e6fba873337fd75514e.tar.bz2 nixos-d13135c0567a4c5e4f605e6fba873337fd75514e.zip |
update config
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 0da4b09..928bed9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -74,7 +74,7 @@ defaults.email = "marcc@mccd.space"; }; - environment.systemPackages = with pkgs; [ git vim ]; + environment.systemPackages = with pkgs; [ git ]; users.users.git = { isNormalUser = true; |