Fix module name in docs (#91)
This commit is contained in:
parent
ecefdd8b7d
commit
95fd9afebd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue