typo: Update module name to match change in 1492919230

This commit is contained in:
Peter Jones 2022-08-11 13:35:41 -07:00
parent 59598c34df
commit ff9cb76c01
No known key found for this signature in database
GPG Key ID: 9DAFAA8D01941E49

View File

@ -40,7 +40,7 @@
(import test/demo.nix {
pkgs = nixpkgsFor.x86_64-linux;
home-manager = inputs.home-manager;
module = self.homeManagerModules.plasma;
module = self.homeManagerModules.plasma-manager;
extraPackages = with self.packages.${system}; [
rc2nix
];
@ -74,7 +74,7 @@
test = path: import path {
pkgs = nixpkgsFor.${system};
home-manager = inputs.home-manager;
module = self.homeManagerModules.plasma;
module = self.homeManagerModules.plasma-manager;
};
in
{