feat: add templating for laptop dotfiles

This commit is contained in:
Robert Perce 2026-03-20 00:07:21 -05:00
parent caf6e25e43
commit bdf7e407cb
21 changed files with 437 additions and 52 deletions

View file

@ -0,0 +1,9 @@
{{- if has "desktop" .class | not }}
hydras.lua
plugins/aesthetics.lua
plugins/lion.lua
plugins/markdown-preview.lua
plugins/split-focus.lua
plugins/treesitter.lua
plugins/zen-mode.lua
{{- end }}