system(base): enable envfs

This commit is contained in:
NullBite 2025-02-25 18:39:56 -05:00
parent e5970b0149
commit 7b6d27bc73
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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