remove unneeded homeconfigurations, moving to module

This commit is contained in:
Mohamed Chrayed 2024-08-04 15:48:17 +02:00
parent 7c60668f78
commit ccac99cc2a

View File

@ -29,17 +29,5 @@
};
};
};
homeConfigurations = {
mo = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
./home.nix
plasma-manager.homeManagerModules.plasma-manager
];
extraSpecialArgs = {
inherit pkgs-stable;
};
};
};
};
}