This commit is contained in:
2024-04-08 10:11:57 +02:00
parent 5fee1320f6
commit a1f8b66df5

View File

@@ -44,8 +44,7 @@
mike = home-manager.lib.homeManagerConfiguration { mike = home-manager.lib.homeManagerConfiguration {
inherit pkgs; inherit pkgs;
modules = [ modules = [
(./. + ("/" + systemSettings.profile) ./home.nix
+ "/configuration.nix")
]; ];
extraSpecialArgs = { extraSpecialArgs = {
inherit pkgs-unstable; inherit pkgs-unstable;