nix/modules/system/cli/common.nix

12 lines
121 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
usbutils
tree
neofetch
btop
git
];
}