diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |