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