added legacy packages for home manager

This commit is contained in:
Steven 2023-03-26 00:02:38 -04:00
parent 7da58c8fe7
commit 5ec6a040b7

View file

@ -50,7 +50,8 @@
}; };
}; };
homeManagerConfiguration = { homeManagerConfiguration = {
speccon18 = { speccon18 = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.${system};
username = "speccon18"; username = "speccon18";
homeDirectory = "/home/speccon18"; homeDirectory = "/home/speccon18";
configuration = { configuration = {