nix/modules/system/cli/common.nix

11 lines
108 B
Nix

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