diff --git a/Makefile b/Justfile similarity index 82% rename from Makefile rename to Justfile index 7717002..e6b572c 100644 --- a/Makefile +++ b/Justfile @@ -1,8 +1,11 @@ -HOSTNAME = $(shell hostname) +default: + @just --list all: @echo "No command provided" +home: + echo "HOME is: '${HOME}'" machine: @echo "${HOSTNAME}" diff --git a/modules/packages.nix b/modules/packages.nix index d67178c..6409e48 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -20,6 +20,7 @@ htop inotify-tools jq + just killall krabby nmap