profiles/dev: enable envfs service

This commit is contained in:
Gabriel Arazas 2023-06-30 10:47:17 +08:00
parent ffad85fa70
commit 4af6d64ef2
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -67,6 +67,9 @@ in {
# Profile your whole system.
services.sysprof.enable = true;
# Make shebangs even more magical.
services.envfs.enable = true;
# Convenience!
environment.localBinInPath = true;