From f2dea64a48622007e3628336aa87cc93ea754869 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 22 Jun 2025 19:48:09 +0200 Subject: [PATCH] easier to type commands in Justfile --- Justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index be50876..32a5b9c 100644 --- a/Justfile +++ b/Justfile @@ -25,12 +25,12 @@ gc: sudo nix-collect-garbage --delete-old # dnsc-air -mac-re: +mre: darwin-rebuild switch --flake . -mac-up: +mup: darwin-rebuild switch --recreate-lock-file --flake . && brew upgrade --cask --greedy # dnsc-deck -deck-re: +dre: nix run home-manager/master -- switch --flake .#dnsc-deck