Remove unseless statement

This commit is contained in:
Yorick Barbanneau 2023-12-30 13:24:08 +01:00
parent 20823fcb7b
commit 5eb724a0c4

View file

@ -9,10 +9,6 @@ in
enable = mkEnableOption "enable Firefox web browser";
};
config = mkIf cfg.enable {
nixpkgs.overlays = [
inputs.nur.overlay
];
programs.browserpass = {
enable = true;
browsers = ["firefox"];