diff --git a/Makefile b/Makefile index a25cf71..1621743 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ grub: chroot $(MNTDIR) grub-install $(BOOTLDR) wifi: - $(call vinstall,NetworkManager) + $(call vinstall,NetworkManager,elogind) xorg: $(call vinstall,xorg) @@ -82,6 +82,7 @@ post-install: tools nuser: chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel chroot $(MNTDIR) passwd $(NUSRNAME) + chroot $(MNTDIR) dot-install $(NUSRNAME) laptop: metal wifi xorg audio post-install nuser diff --git a/post-install.sh b/post-install.sh index a19e6c6..167300a 100644 --- a/post-install.sh +++ b/post-install.sh @@ -15,6 +15,7 @@ xbps-install -Sy libX11-devel libXft-devel libXinerama-devel imlib2-devel libexi make install -C $SRCPATH/sde/ make install -C $SRCPATH/waterfox/ +make install -C /usr/local/share/dot #waterfox deps xbps-install -Sy gtk+3-devel dbus-glib-devel