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";
|
||||
|
||||
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 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue