diff --git a/nixos/common/packages/default.nix b/nixos/common/packages/default.nix index 1d2ad80f..1c552d56 100644 --- a/nixos/common/packages/default.nix +++ b/nixos/common/packages/default.nix @@ -3,7 +3,7 @@ # List packages installed in system profile environment.systemPackages = with pkgs; [ - dig + dig # DNS utilities nfs-utils # nfs network share tools sbctl # Secureboot Control wget # WebGet @@ -25,5 +25,6 @@ ethtool # Ethernet troubleshooting:with file # Shows the types of files yt-dlp # Download YouTube videos + television # Fuzzy finder for the Linux terminal ]; }