Files

7 lines
77 B
Nix

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