From 2f54378f0645ca04df8422ac451207a17e9f5e57 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 16 Jan 2024 16:23:03 +0000 Subject: [PATCH] Remove packages for user as they will be installed with home-manager --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) 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 ];