mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 12:55:13 +08:00
feat: enable envfs
This commit is contained in:
parent
576a8a3780
commit
f2abfb68e4
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
libraries = with pkgs; [ ];
|
||||
};
|
||||
|
||||
services.envfs.enable = true;
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
self.overlays.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue