diff options
author | sils <sils@sils.li> | 2022-12-11 19:27:08 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2022-12-11 19:27:08 +0100 |
commit | a2fbd9e208c3b692b88790cd61711736e2798fcb (patch) | |
tree | 31403d1b93aa1c9d74a0e0fa478c5a3cebc960c6 | |
parent | add nmap (diff) | |
download | nix-config-a2fbd9e208c3b692b88790cd61711736e2798fcb.tar.gz nix-config-a2fbd9e208c3b692b88790cd61711736e2798fcb.zip |
add tree, youtube-dl and mpv
-rw-r--r-- | packages.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix index 1de8540..ae5c73f 100644 --- a/packages.nix +++ b/packages.nix @@ -41,5 +41,8 @@ sayonara # audioplayer vlc # audio, again nmap # network scanning + tree # tree view of directories + youtube-dl # download videos + mpv # play videos ]; } |