Add browserpass

This commit is contained in:
Marko Korhonen 2024-09-15 22:16:45 +03:00
parent f5683f9712
commit 6a7ed1deaa

View file

@ -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
];
}