mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
nix-on-droid.nix.default: fix the overlays inheritance of the home-manager config
This commit is contained in:
parent
3b4fd630ae
commit
5c838f508b
1 changed files with 2 additions and 2 deletions
|
|
@ -35,13 +35,13 @@
|
|||
# nix-channel --update
|
||||
# you can configure home-manager in here like
|
||||
#home-manager.config =
|
||||
# { pkgs, ... }:
|
||||
# { pkgs, lib, ... }:
|
||||
# {
|
||||
# # Read the changelog before changing this value
|
||||
# home.stateVersion = "21.05";
|
||||
#
|
||||
# # Use the same overlays as the system packages
|
||||
# nixpkgs.overlays = config.nixpkgs.overlays;
|
||||
# nixpkgs.overlays = lib.mkIf (lib.hasAttrByPath [ "nixpkgs" "overlays" ] config) config.nixpkgs.overlays;
|
||||
#
|
||||
# # insert home-manager config
|
||||
# };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue