aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index b88bf36..aefe6e2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -64,8 +64,7 @@
homeConfigurations = {
inherit inputs system pkgs;
"void" = home-manager.lib.homeManagerConfiguration {
-# inherit pkgs;
- pkgs = nixpkgs.legacyPackages.${system};
+ inherit pkgs;
modules = [ ./void/home.nix ];
extraSpecialArgs = {
inherit system inputs pkgs;