Remove workaround in default nix-on-droid config

Workaround is with home-manager 21.11 no longer needed.
This commit is contained in:
Tobias Happ 2021-12-05 16:25:05 +01:00 committed by Alexander Sosedkin
parent ef55157fb7
commit be67cc42b4

View file

@ -41,10 +41,12 @@
# home.stateVersion = "21.11";
#
# # Use the same overlays as the system packages
# nixpkgs.overlays = lib.mkIf (lib.hasAttrByPath [ "nixpkgs" "overlays" ] config) config.nixpkgs.overlays;
# nixpkgs = { inherit (config.nixpkgs) overlays; };
#
# # insert home-manager config
# };
# If you want the same pkgs instance to be used for nix-on-droid and home-manager
#home-manager.useGlobalPkgs = true;
}
# vim: ft=nix