Remove unseless statement
This commit is contained in:
parent
20823fcb7b
commit
5eb724a0c4
1 changed files with 0 additions and 4 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue