add nimmm conf

This commit is contained in:
joachimschmidt557 2022-03-22 10:47:14 +01:00
parent e65c7dbcb9
commit e3f2e4d527
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 14 additions and 0 deletions

View file

@ -38,6 +38,8 @@ mpd: $(DESTDIR)$(PREFIX)/mpd.conf
foot: $(DESTDIR)$(PREFIX)/foot/foot.ini
nimmm: $(DESTDIR)$(PREFIX)/nimmm.conf
.PHONY: fish i3 i3status vis Xresources fontconfig srcfile st gitconfig zls alacritty sway emacs gtk mpd foot
@ -81,3 +83,6 @@ $(DESTDIR)$(PREFIX)/mpd.conf: $(PWD)/mpd.conf
$(DESTDIR)$(PREFIX)/foot/foot.ini: $(PWD)/foot.ini
ln -sf $^ $@
$(DESTDIR)$(PREFIX)/nimmm.conf: $(PWD)/nimmm.conf
ln -sf $^ $@