From c6bb4f23837bb4f171bdf0ee7c78142364fac364 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 26 Mar 2023 00:26:34 -0400 Subject: [PATCH] added legacy packages for home manager --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 81fb70c..4c8ab2b 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ }; homeConfigurations = { speccon18 = home-manager.lib.homeManagerConfiguration { + pkgs = nixpkgs.legacyPackages.x86_64-linux; modules = [ ./hm-modules/home-manager.nix]; # username = "speccon18"; # homeDirectory = "/home/speccon18";