diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-10 10:03:42 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-10 10:03:42 +0530 |
| commit | acd2d93ad81ffad72c067e0cbf90bee809276951 (patch) | |
| tree | 9d2e7564a153d485a7bf4dbe9c84de18573e41a5 /modules/core/global.nix | |
| parent | 5587dc4f07576e73a7fabcb527c108d00752cbe7 (diff) | |
(impermanence): Modularize config.
Diffstat (limited to '')
| -rw-r--r-- | modules/core/global.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
