diff --git a/flake.nix b/flake.nix index 365d6ec..9eb70fa 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];