Fix module name in docs (#91)

This commit is contained in:
pancho horrillo 2023-04-24 10:22:25 +02:00 committed by GitHub
parent ecefdd8b7d
commit 95fd9afebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ is managed by someone else.
outputs = { nixpkgs, home-manager, stylix, ... }: {
homeConfigurations."«username»" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
modules = [ stylix.nixosModules.stylix ./home.nix ];
modules = [ stylix.homeManagerModules.stylix ./home.nix ];
};
};
}