browserpass instead of passff
This commit is contained in:
parent
ffd78d53bf
commit
9bca5a25ab
2 changed files with 1 additions and 1 deletions
|
@ -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";
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue