|
|
@ -79,21 +79,21 @@ |
|
|
|
# Set the system-wide environment |
|
|
|
environment = { |
|
|
|
systemPackages = with pkgs; [ |
|
|
|
byobu # text-based window manager and terminal multiplexer. |
|
|
|
direnv # A shell extension that manages your environment |
|
|
|
dnsutils # Bind DNS utilities |
|
|
|
fd # A simple, fast and user-friendly alternative to find |
|
|
|
bat # cat clone with syntax highlighting & Git integration |
|
|
|
byobu # text-based window manager and terminal multiplexer. |
|
|
|
direnv # A shell extension that manages your environment |
|
|
|
dnsutils # Bind DNS utilities |
|
|
|
fd # A simple, fast and user-friendly alternative to find |
|
|
|
(if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system |
|
|
|
htop # interactive process viewer |
|
|
|
hwinfo # Hardware detection tool |
|
|
|
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 |
|
|
|
#openssl # A cryptographic library that implements the SSL and TLS protocols |
|
|
|
ripgrep # Utility that provides usability of The Silver Searcher with the raw speed of grep |
|
|
|
htop # interactive process viewer |
|
|
|
hwinfo # Hardware detection tool |
|
|
|
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 |
|
|
|
ripgrep # Utility that provides usability of The Silver Searcher with the raw speed of grep |
|
|
|
( |
|
|
|
import ../profiles/vim.nix |
|
|
|
) |
|
|
|