feat: add zenTyp module

This commit is contained in:
Youwen Wu 2025-01-17 20:53:34 -08:00
parent 5937105d91
commit dd49735b21
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 28 additions and 2 deletions

View file

@ -1,11 +1,19 @@
{ config, pkgs, ... }:
{
config,
pkgs,
inputs,
...
}:
{
imports = [
./secrets
./neomutt.nix
inputs.zenTyp.homeManagerModules.default
];
zenTyp.enable = true;
home = {
username = "youwen";
homeDirectory = "/home/youwen";