add television to default packages

This commit is contained in:
albert 2024-12-11 05:19:17 +01:00
parent 28a615988d
commit 678b6672ef
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -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
];
}