mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add zenTyp module
This commit is contained in:
parent
5937105d91
commit
dd49735b21
3 changed files with 28 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue