feat: configure obsidian with home-manager

This commit is contained in:
wi11-holdsworth 2025-09-17 11:24:46 +10:00
parent fa1a3decb5
commit fd65dc21ad
3 changed files with 123 additions and 2 deletions

View file

@ -5,6 +5,7 @@ in
{
config = lib.mkIf config.${feature}.enable {
kitty.enable = true;
obsidian.enable = true;
zellij.enable = true;
};