Add generic home-manager config
This commit is contained in:
parent
1e6ee296b4
commit
204f23cae0
1 changed files with 2 additions and 6 deletions
|
@ -79,10 +79,6 @@
|
|||
./home-manager/base.nix
|
||||
];
|
||||
|
||||
"lauren_lagarde@blockhouse" = self.homeManagerModules."lauren_lagarde" ++ [
|
||||
./secrets/mlaga97.nix
|
||||
];
|
||||
|
||||
"lauren_lagarde@ll-latitude-e5591" = self.homeManagerModules."lauren_lagarde" ++ [
|
||||
./home-manager/i3.nix
|
||||
|
||||
|
@ -94,9 +90,9 @@
|
|||
};
|
||||
|
||||
homeConfigurations = {
|
||||
"lauren_lagarde@blockhouse" = home-manager.lib.homeManagerConfiguration {
|
||||
"lauren_lagarde" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = self.homeManagerModules."lauren_lagarde@blockhouse";
|
||||
modules = self.homeManagerModules."lauren_lagarde";
|
||||
extraSpecialArgs = { inherit inputs pkgs-unstable; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue