From 7b6d27bc73bbec09d272f9887941928d7cd17f39 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 25 Feb 2025 18:39:56 -0500 Subject: [PATCH] system(base): enable envfs --- system/profile/base.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/profile/base.nix b/system/profile/base.nix index b7c8cfc..80c8ea3 100644 --- a/system/profile/base.nix +++ b/system/profile/base.nix @@ -49,6 +49,10 @@ in { ]; }; + # this is a FUSE filesystem which mirrors the calling process's PATH to + # /usr/bin and /bin + services.envfs.enable = lib.mkDefault true; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; let