mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-08 19:51:14 +00:00
Deduplicate firefox, thunar, xfce, internationalization settings, nix-settings, and pipewire
This commit is contained in:
9
modules/system/nix-settings.nix
Normal file
9
modules/system/nix-settings.nix
Normal 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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user