diff options
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5d25714..ace2246 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -MODULES=xmodmap emacs xdg shepherd dunst zsh mcron mbsync +MODULES=xmodmap emacs xdg shepherd dunst zsh mcron mbsync nyxt STOW = stow EMACS = emacs @@ -120,6 +120,10 @@ mbsync: mbsync/.config/cron/mbsync.guile zsh: zsh/.profile zsh/.zshrc zsh/.zsh/functions/unzip.zwc \ zsh/.zsh/functions/x-yank.zwc zsh/.zsh/functions/x-copy-region-as-kill.zwc +## Nyxt + +nyxt: nyxt/.config/nyxt/init.lisp + ## Helper %.el: %.org |
