forked from DGNum/infrastructure
feat(programs): Add utilities programs to dgn-console
This commit is contained in:
parent
304103af3a
commit
9560055caf
1 changed files with 8 additions and 1 deletions
|
@ -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 ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue