added legacy packages for home manager

This commit is contained in:
Steven 2023-03-26 00:06:49 -04:00
parent 55b5f0afd0
commit d20f8e5a10

View file

@ -52,13 +52,14 @@
homeManagerConfiguration = {
speccon18 = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
username = "speccon18";
homeDirectory = "/home/speccon18";
configuration = {
imports = [
./.hm-modules/home-manager.nix
];
};
modules = [ ./hm-modules/home-manager.nix];
# username = "speccon18";
# homeDirectory = "/home/speccon18";
# configuration = {
# imports = [
# ./.hm-modules/home-manager.nix
# ];
# };
};
};
};