feat: format

This commit is contained in:
s-prechtl 2024-09-15 11:57:16 +02:00
parent 95f31e1d7a
commit 0844945c23
15 changed files with 1111 additions and 1080 deletions

View file

@ -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;