summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-06 14:20:43 +0200
committerAlan Pearce2024-05-06 14:20:58 +0200
commit50100b7002081656ea6b0f2416a86055afed35a1 (patch)
tree70ef3878dccf333f8499e2df9180ea52608ef32d
parentb5c6ced2bc773535b0702265abbe130dbf6009a7 (diff)
downloadnixfiles-50100b7002081656ea6b0f2416a86055afed35a1.tar.lz
nixfiles-50100b7002081656ea6b0f2416a86055afed35a1.tar.zst
nixfiles-50100b7002081656ea6b0f2416a86055afed35a1.zip
add brotli to base packages
-rw-r--r--system/settings/programs/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/programs/base.nix b/system/settings/programs/base.nix
index bfc81312..bed3fd47 100644
--- a/system/settings/programs/base.nix
+++ b/system/settings/programs/base.nix
@@ -2,6 +2,7 @@
   services.lorri.enable = true;
   environment.systemPackages = with pkgs; [
     home-manager
+    brotli
     lzma
     lzop
     zstd