Fix regression in ll-latitude-e5591 home-manager config

This commit is contained in:
Lauren Lagarde 2025-08-12 23:01:54 -05:00
parent 67f0d12fc4
commit 0a0ead86dc

View file

@ -90,7 +90,9 @@
"lauren_lagarde@ll-latitude-e5591" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = { inherit self inputs pkgs-unstable; };
modules = self.homeManagerModules."lauren_lagarde@personal.mlaga97.space";
modules = self.homeManagerModules."lauren_lagarde@personal.mlaga97.space" ++ [
./systems/ll-latitude-e5591/home.nix
];
};
};