system(base): enable envfs
This commit is contained in:
parent
e5970b0149
commit
7b6d27bc73
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user