1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-08 04:51:12 +00:00

remember to require age for mail

This commit is contained in:
Noah Masur 2022-10-08 15:52:43 +00:00
parent 8dba2ef88b
commit bfa9e8fc4e

@ -1,5 +1,8 @@
{ config, pkgs, lib, ... }: {
# Required to place identity file on machine
imports = [ ../shell/age.nix ];
options = {
mailUser = lib.mkOption {
type = lib.types.str;