Added lshw

This commit is contained in:
Craige McWhirter 2020-06-14 16:11:20 +10:00
parent 0db1379959
commit 173b000f63
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -47,17 +47,18 @@
environment = {
systemPackages = with pkgs; [
byobu # text-based window manager and terminal multiplexer.
direnv # A shell extension that manages your environment
dnsutils # Bind DNS utilities
(if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system
htop # interactive process viewer
killall # kill processes by name
lshw # Detailed information on the hardware configuration
lsof # list open files
mosh # Mobile shell (ssh replacement)
ncdu # Disk usage analyzer with an ncurses interface
nix-index # A files database for nixpkgs
powerline-fonts # For zsh themes
lsof # list open files
direnv # A shell extension that manages your environment
killall # kill processes by name
#openssl # A cryptographic library that implements the SSL and TLS protocols
powerline-fonts # For zsh themes
ripgrep # Utility that provides usability of The Silver Searcher with the raw speed of grep
(
import ../roles/vim.nix