nixos-config/hosts/machines/liveiso/tools.nix

7 lines
100 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
neovim
parted
gparted
];
}