Deduplicate firefox, thunar, xfce, internationalization settings, nix-settings, and pipewire

This commit is contained in:
2025-06-25 05:55:49 -07:00
parent 98f47d6c6a
commit c110357818
9 changed files with 104 additions and 164 deletions

View File

@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Generally want a larger download buffer
nix.settings.download-buffer-size = 524288000;
}