nixos/modules/common/packages.nix

9 lines
115 B
Nix

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