mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
nix-on-droid.nix.default: suggest inheriting overlays
This commit is contained in:
parent
d6c50d76b0
commit
11a963ec62
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue