From c20105c41ec328fc47d4ad5d78041bd1c7cf0dc7 Mon Sep 17 00:00:00 2001 From: anemofilia Date: Tue, 26 Sep 2023 09:32:07 -0300 Subject: [PATCH] chore: add !dgen to abbreviation list in home declaration --- radio.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/radio.scm b/radio.scm index 3438c7d..3ee4cff 100644 --- a/radio.scm +++ b/radio.scm @@ -311,6 +311,10 @@ "yt-dlp --prefer-free-formats '%'")) #|Guix reconfiguration|# + (abbreviation + (name "!dgen") + (position 'anywhere) + (expansion "guix % delete-generations 2w")) (abbreviation (name "!pull") (position 'anywhere)