browserpass instead of passff

This commit is contained in:
Cyryl Płotnicki 2019-12-11 18:23:47 +00:00
parent ffd78d53bf
commit 9bca5a25ab
2 changed files with 1 additions and 1 deletions

View file

@ -3,5 +3,4 @@
{ {
home.file.".vimrc".source = ~/dev/dotfiles/.vimrc.nixos; home.file.".vimrc".source = ~/dev/dotfiles/.vimrc.nixos;
home.file.".config/nixpkgs/config.nix".source = ~/dev/dotfiles/nixos/shell-config.nix; home.file.".config/nixpkgs/config.nix".source = ~/dev/dotfiles/nixos/shell-config.nix;
home.file.".mozilla/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
} }

View file

@ -16,5 +16,6 @@
chromium.enable = true; chromium.enable = true;
go.enable = true; go.enable = true;
bat.enable = true; bat.enable = true;
browserpass.enable = true;
}; };
} }