12 lines
169 B
Makefile
12 lines
169 B
Makefile
mod niri
|
|
mod xxh
|
|
|
|
@default:
|
|
just --list
|
|
|
|
# Deploy all configurations
|
|
all:
|
|
just niri::deploy
|
|
just xxh::deploy
|
|
@echo "All dotfiles deployed successfully!"
|