3 Commits

Author SHA1 Message Date
ffcf698bdd Add nom and nixfmt-tree to system packages
All checks were successful
CI / build:all (pull_request) Successful in 56m23s
CI / build:cross (pull_request) Successful in 1h5m18s
2026-01-27 17:05:51 +01:00
be1e563256 Add standalone home-manager to system packages 2026-01-27 17:05:51 +01:00
c34b7e4d14 Format and sort default package list 2026-01-27 17:05:50 +01:00

View File

@@ -2,11 +2,36 @@
{
environment.systemPackages = with pkgs; [
vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option
nix-diff ipmitool freeipmi ethtool lm_sensors cmake gnumake file tree
ncdu perf ldns pv
cmake
ethtool
file
freeipmi
git
gnumake
home-manager
htop
ipmitool
ldns
lm_sensors
ncdu
nix-diff
nix-index
nix-output-monitor
nixfmt-tree
nixos-option
pciutils
perf
pv
ripgrep
tcpdump
tmux
tree
vim
wget
# From jungle overlay
osumb nixgen
nixgen
osumb
];
programs.direnv.enable = true;