Add browserpass
This commit is contained in:
parent
f5683f9712
commit
6a7ed1deaa
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue