chore: move some build processes to nix home-manager
This commit is contained in:
parent
cfbcb0b3a8
commit
1f6326b4ce
4 changed files with 21 additions and 16 deletions
5
Makefile
5
Makefile
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue