Files
2026-09-09 17:28:09 +02:00

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!"