From acd2d93ad81ffad72c067e0cbf90bee809276951 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 10 Oct 2024 10:03:42 +0530 Subject: (impermanence): Modularize config. --- modules/core/global.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/core/global.nix') diff --git a/modules/core/global.nix b/modules/core/global.nix index 7d372ab..71c82f0 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -15,6 +15,9 @@ in { "L+ ${nix_path} - - - - ${pkgs.path}" ]; + nixpkgs.config.allowUnfree = true; + nixpkgs.config.allowUnfreePredicate = _: true; + environment.systemPackages = with pkgs; [ man-pages man-pages-posix -- cgit v1.2.3