Files
nix/hosts/common/configs/tree/default.nix
2024-06-25 17:31:49 +03:00

6 lines
72 B
Nix

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