nod: 4th attempt at flakes

Is it the time I do the joke "Xth time the charm"?
This commit is contained in:
Geoffrey Frogeye 2024-01-16 23:31:54 +01:00
parent 30f1880f29
commit e56514890d
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -56,7 +56,8 @@
modules = modules ++ [
self.nixOnDroidModules.dotfiles
{
nixpkgs.overlays = sharedOverlays;
# TODO Can't use overlays, see
# https://github.com/nix-community/nix-on-droid/blob/039379abeee67144d4094d80bbdaf183fb2eabe5/modules/nixpkgs/options.nix#L166
home-manager.sharedModules = [ self.homeManagerModules.dotfiles ];
}
];