add television to default packages
This commit is contained in:
parent
28a615988d
commit
678b6672ef
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# List packages installed in system profile
|
# List packages installed in system profile
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
dig
|
dig # DNS utilities
|
||||||
nfs-utils # nfs network share tools
|
nfs-utils # nfs network share tools
|
||||||
sbctl # Secureboot Control
|
sbctl # Secureboot Control
|
||||||
wget # WebGet
|
wget # WebGet
|
||||||
|
@ -25,5 +25,6 @@
|
||||||
ethtool # Ethernet troubleshooting:with
|
ethtool # Ethernet troubleshooting:with
|
||||||
file # Shows the types of files
|
file # Shows the types of files
|
||||||
yt-dlp # Download YouTube videos
|
yt-dlp # Download YouTube videos
|
||||||
|
television # Fuzzy finder for the Linux terminal
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue