nixos/modules/common/packages.nix

8 lines
106 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
fd
tldr
killall
ripgrep
];
}