feat(programs): Add utilities programs to dgn-console

This commit is contained in:
Elias Coppens 2025-02-04 00:24:43 +01:00
parent 304103af3a
commit 9560055caf
Signed by untrusted user: ecoppens
GPG key ID: 871893E37A732093

View file

@ -47,7 +47,10 @@ in
environment.variables.EDITOR = "nvim";
programs = {
neovim.vimAlias = true;
neovim = {
enable = true;
vimAlias = true;
};
rust-motd = {
enable = true;
@ -96,11 +99,15 @@ in
# Utilities
bcc
bottom
btop
cpuid
dig
git
htop
iftop
mtr
pciutils
pwru
tcpdump
])
++ [ config.boot.kernelPackages.perf ]