From 5ec6a040b7631bdcdcc15f8a9b154e0f35fd7453 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 26 Mar 2023 00:02:38 -0400 Subject: [PATCH] added legacy packages for home manager --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fcced8c..0cc60ee 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,8 @@ }; }; homeManagerConfiguration = { - speccon18 = { + speccon18 = home-manager.lib.homeManagerConfiguration { + pkgs = nixpkgs.legacyPackages.${system}; username = "speccon18"; homeDirectory = "/home/speccon18"; configuration = {