Files
nix/hosts/common/system/configs/tree/default.nix
2024-07-08 20:01:55 +03:00

5 lines
71 B
Nix

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