added legacy packages for home manager

This commit is contained in:
Steven 2023-03-26 00:03:34 -04:00
parent 5ec6a040b7
commit 55b5f0afd0

View file

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