diff --git a/flake.nix b/flake.nix index 373b654..b13890f 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ }; homeConfigurations = { myUser = home-manager.lib.homeManagerConfiguration { - inherit pkgs; + inherit nixpkgs; modules = [ firefox-webapp.home-modules.firefox-webapp ];