diff --git a/configuration.nix b/configuration.nix index 8df431a..b428b24 100644 --- a/configuration.nix +++ b/configuration.nix @@ -54,7 +54,6 @@ isNormalUser = true; description = "server1"; extraGroups = [ "networkmanager" "wheel" ]; - packages = with pkgs; []; }; home-manager = { @@ -68,6 +67,18 @@ vim git wget + tldr + tree + dig + btop + file + fastfetch + lf + tshark + nixfmt + usbutils + unzip + nixfmt-tree ]; system.stateVersion = "25.05";