nix-on-droid.nix.default: suggest inheriting overlays

This commit is contained in:
Alexander Sosedkin 2020-11-08 16:32:31 +01:00
parent d6c50d76b0
commit 11a963ec62

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
# Simply install just the packages
@ -40,6 +40,9 @@
# # Read the changelog before changing this value
# home.stateVersion = "20.09";
#
# # Use the same overlays as the system packages
# nixpkgs.overlays = config.nixpkgs.overlays;
#
# # insert home-manager config
# };
}