Skip to content

Commit 9ccc91a

Browse files
committed
feat(nix): add nh nix wrapper
1 parent ed50f79 commit 9ccc91a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/system/nix.nix

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ in {
6262
# FIXME: can't I change this in nixos globally?
6363
nixpkgs.overlays = import ../../pkgs;
6464
nixpkgs.config.allowUnfree = true;
65+
66+
# TODO: think about replacing nix.gc with nh's clean service
67+
programs.nh.enable = true;
6568
};
6669
}
6770

0 commit comments

Comments
 (0)