Remove packages for user as they will be installed with home-manager

This commit is contained in:
Aaron Honeycutt 2024-01-16 16:23:03 +00:00
parent b3ea47d9b2
commit 2f54378f06

View file

@ -66,17 +66,11 @@
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ]; # Enable sudo for the user.
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
packages = with pkgs; [
cargo
git
git-lfs
];
};
environment.systemPackages = with pkgs; [
git
git-lfs
neofetch
tree
wget
];