feat: add work HM profile

This commit is contained in:
Xavier Morel
2024-12-12 23:19:36 +01:00
parent 88a8de8e4b
commit a743229805
2 changed files with 37 additions and 0 deletions

View File

@@ -41,5 +41,16 @@
];
};
};
homeConfigurations = {
"xmorel@work" = inputs.home-manager.lib.homeManagerConfiguration {
pkgs = pkgs;
extraSpecialArgs = {inherit inputs;};
modules = [
./hosts/work/home.nix
];
};
};
# homeManagerModules.default = ./modules/home-manager;
# nixosModules.default = ./modules/nixos;
};
}