nixos/extra/compression.nix

7 lines
87 B
Nix
Raw Normal View History

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