hackens-org-configurations/machines/rigel/programs.nix

28 lines
310 B
Nix
Raw Normal View History

2024-03-08 17:04:42 +01:00
{
config,
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [
sqlite-web
dhcpdump
dig
git
htop
jq
nmap
npins
ripgrep
screen
tcpdump
unzip
vim
wireguard-tools
];
programs.mtr.enable = true;
programs.vim.defaultEditor = true;
}