1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

fixed nucturne overlay/module

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-11-03 23:00:55 +01:00
parent ab7a288748
commit 9ce3d30019

View File

@ -29,6 +29,6 @@ flakes.nixpkgs.lib.listToAttrs (map mkMachine [
}
{
name = "nucturne";
extraOverlays = [ flakes.home-manager.nixosModules.home-manager];
extraModules = [ flakes.home-manager.nixosModules.home-manager ];
}
])