home: include tools from main nix config, only include pulumi-bin on

work config
This commit is contained in:
Evar 2025-06-25 04:02:29 -04:00
parent 0aa28a90f2
commit 2e7fe703c8
3 changed files with 34 additions and 1 deletions

View file

@ -11,8 +11,31 @@
];
home.packages = with pkgs; [
pulumi-bin
neovim
file
pciutils # lspci
usbutils # lsusb
btop
bottom
htop
lsof
lm_sensors
powertop
procs
libqalculate
jq
unzip
unrar-wrapper
p7zip
atool
fastfetch
hyfetch
];
}