feat: add personal email profile

This commit is contained in:
Moritz Böhme 2024-12-21 12:22:58 +01:00
parent d2a4ec7f03
commit 0ca1625a75
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 101 additions and 28 deletions

View file

@ -3,6 +3,7 @@
# and in the NixOS manual (accessible by running nixos-help).
{ pkgs
, config
, inputs
, ...
}:
@ -19,6 +20,7 @@
desktop.enable = true;
gaming.enable = true;
personal.enable = true;
personal.mail = true;
impermanence.enable = true;
webis.enable = true;
};