diff --git a/hosts/Mirkwood/configuration.nix b/hosts/Mirkwood/configuration.nix index 2d8f992c..d21adb40 100644 --- a/hosts/Mirkwood/configuration.nix +++ b/hosts/Mirkwood/configuration.nix @@ -68,7 +68,10 @@ }; # Install firefox. - programs.firefox.enable = true; + programs.firefox = { + enable = true; + nativeMessagingHosts.packages = with pkgs; [ browserpass ]; + }; # List packages installed in system profile. To search, run: # $ nix search wget @@ -81,5 +84,6 @@ wl-clipboard git pass + gnumake ]; }