Fix regression in ll-latitude-e5591 home-manager config
This commit is contained in:
parent
67f0d12fc4
commit
0a0ead86dc
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue