diff --git a/nixos/modules/user.nix b/nixos/modules/user.nix index 2b20f13..9e353d4 100644 --- a/nixos/modules/user.nix +++ b/nixos/modules/user.nix @@ -6,8 +6,6 @@ users.${user} = { isNormalUser = true; extraGroups = [ "wheel" "networkmanager" ]; - packages = with pkgs; [ - ]; }; };