mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
profiles/dev: enable envfs service
This commit is contained in:
parent
ffad85fa70
commit
4af6d64ef2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user