diff --git a/modules/environment/login/nix-on-droid.nix.default b/modules/environment/login/nix-on-droid.nix.default index c6ab754..cfc903f 100644 --- a/modules/environment/login/nix-on-droid.nix.default +++ b/modules/environment/login/nix-on-droid.nix.default @@ -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 # }; }