This commit is contained in:
mjallen18
2026-03-27 18:25:58 -05:00
parent 8217b83798
commit 5fe8c897aa
9 changed files with 90 additions and 20 deletions

View File

@@ -1,4 +1,10 @@
{ config, lib, pkgs, namespace, ... }:
{
config,
lib,
pkgs,
namespace,
...
}:
let
cfg = config.${namespace}.services.protonmail;
in
@@ -15,4 +21,4 @@ in
home.packages = with pkgs; [ protonmail-bridge-gui ];
};
}
}