added legacy packages for home manager

This commit is contained in:
Steven 2023-03-26 00:26:34 -04:00
parent 53c7ee3f7c
commit c6bb4f2383

View file

@ -51,6 +51,7 @@
}; };
homeConfigurations = { homeConfigurations = {
speccon18 = home-manager.lib.homeManagerConfiguration { speccon18 = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
modules = [ ./hm-modules/home-manager.nix]; modules = [ ./hm-modules/home-manager.nix];
# username = "speccon18"; # username = "speccon18";
# homeDirectory = "/home/speccon18"; # homeDirectory = "/home/speccon18";