From 094e8827930ea089061975c1de0d1abbdbc4e7b2 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 6 May 2025 21:20:08 +0300 Subject: [PATCH] add just recipe for the stupid thing --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index d8393ea..6af9033 100644 --- a/justfile +++ b/justfile @@ -11,7 +11,7 @@ build *args: check-git nvd diff /run/current-system ./result [linux] -switch *args: check-git +switch *args: check-git remove-hm-backup-files #!/usr/bin/env sh if [[ "$(hostname)" == "localhost" ]]; then nix-on-droid switch --flake . @@ -19,6 +19,8 @@ switch *args: check-git nh os switch . fi +remove-hm-backup-files: + rm ~/.gtkrc-2.0.hmbak test: nh os test .