From 8d5effab9762d849a3873f8be5b228c052abf178 Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 28 Feb 2024 20:48:33 +0100 Subject: fix(hm/pkgs): Put all my scripts in the `scripts` namespace --- hm/soispha/pkgs/default.nix | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'hm') diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index 0d134db2..a76740b6 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -44,31 +44,7 @@ with pkgs; let }; TuiCli = { - ShellScripts = [ - aumo - battery - con2pdf - description - fupdate - git-edit-index - hibernate - ll - lock - lyrics - mpc-fav - mpc-rm - mpc - nato - neorg - screenshot_persistent - screenshot_temporary - show - sort_song - spodi - update-sys - virsh-del - yti - ]; + ShellScripts = builtins.attrValues pkgs.scripts; EyeCandy = [ #banner # Print large banners to ASCII terminals -- cgit 1.4.1