added browserpass
This commit is contained in:
parent
a99fbcf69f
commit
3831e4c570
11
maddie/browserpass.nix
Normal file
11
maddie/browserpass.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.browserpass = {
|
||||
enable = true;
|
||||
browsers = [
|
||||
"chromium"
|
||||
"firefox"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user