nix/modules/system/cli/common.nix

11 lines
108 B
Nix
Raw Normal View History

2024-03-09 17:18:36 +01:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
2024-06-20 13:41:57 +02:00
tree
2024-03-09 17:18:36 +01:00
neofetch
btop
git
];
}