Added lshw
This commit is contained in:
parent
0db1379959
commit
173b000f63
|
@ -47,17 +47,18 @@
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
byobu # text-based window manager and terminal multiplexer.
|
byobu # text-based window manager and terminal multiplexer.
|
||||||
|
direnv # A shell extension that manages your environment
|
||||||
dnsutils # Bind DNS utilities
|
dnsutils # Bind DNS utilities
|
||||||
(if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system
|
(if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system
|
||||||
htop # interactive process viewer
|
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)
|
mosh # Mobile shell (ssh replacement)
|
||||||
ncdu # Disk usage analyzer with an ncurses interface
|
ncdu # Disk usage analyzer with an ncurses interface
|
||||||
nix-index # A files database for nixpkgs
|
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
|
#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
|
ripgrep # Utility that provides usability of The Silver Searcher with the raw speed of grep
|
||||||
(
|
(
|
||||||
import ../roles/vim.nix
|
import ../roles/vim.nix
|
||||||
|
|
Loading…
Reference in a new issue