chore: move some build processes to nix home-manager

This commit is contained in:
Zhongheng Liu 2026-03-16 16:37:29 +01:00
commit 1f6326b4ce
Signed by untrusted user who does not match committer: steven
GPG key ID: 805A28B071DAD84B
4 changed files with 21 additions and 16 deletions

View file

@ -1,12 +1,7 @@
install:
cp ./environment /etc/environment
$(MAKE) -C ./scripts install
$(MAKE) -C ./neovim
$(MAKE) -C ./starship
$(MAKE) -C ./dwl install
$(MAKE) -C ./someblocks install
$(MAKE) -C ./dunst install
cd ./somebar && meson setup build --reconfigure && ninja -C build && ninja -C build install && cd ..
cd ./wmenu && meson setup build --reconfigure && ninja -C build && ninja -C build install && cd ..