feat: format
This commit is contained in:
parent
95f31e1d7a
commit
0844945c23
15 changed files with 1111 additions and 1080 deletions
|
|
@ -1,12 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.password-store = {
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR="$HOME/.password-store";
|
||||
PASSWORD_STORE_GENERATED_LENGTH = "20";
|
||||
PASSWORD_STORE_ENABLE_EXTENSIONS = "true";
|
||||
PASSWORD_STORE_DIR = "$HOME/.password-store";
|
||||
PASSWORD_STORE_GENERATED_LENGTH = "20";
|
||||
PASSWORD_STORE_ENABLE_EXTENSIONS = "true";
|
||||
};
|
||||
};
|
||||
programs.browserpass.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue