home-manager: modularize home configurations

This commit is contained in:
xinyangli 2023-12-24 18:53:47 +08:00
parent ac9918c759
commit 038913d3b5
16 changed files with 258 additions and 214 deletions

View file

@ -6,7 +6,7 @@ let
cfg = config.custom-hm.zellij;
in
{
options = {
options.custom-hm.zellij = {
enable = mkEnableOption "zellij configurations";
};
config = {