nixos-config/modules/packages.nix
2023-08-06 09:17:38 +02:00

9 lines
115 B
Nix

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