Add blockhouse home-manager configuration

This commit is contained in:
Lauren Lagarde 2025-07-01 22:10:31 -05:00
parent f16ed2e1b0
commit bf977166a4
1 changed files with 10 additions and 0 deletions

View File

@ -75,6 +75,10 @@
./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
@ -86,6 +90,12 @@
};
homeConfigurations = {
"lauren_lagarde@blockhouse" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = self.homeManagerModules."lauren_lagarde@blockhouse";
extraSpecialArgs = { inherit inputs pkgs-unstable; };
};
"lauren_lagarde@ll-latitude-e5591" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = self.homeManagerModules."lauren_lagarde@ll-latitude-e5591";