diff options
author | Soispha <soispha@vhack.eu> | 2024-02-28 20:48:33 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-28 20:48:33 +0100 |
commit | 8d5effab9762d849a3873f8be5b228c052abf178 (patch) | |
tree | 6eb71c0572fc3eb243a33fbb3834ef5eaefb43de /hm | |
parent | fix(hm/conf/unison): Add `less`, as it's needed to display diffs (diff) | |
download | nixos-config-8d5effab9762d849a3873f8be5b228c052abf178.zip |
fix(hm/pkgs): Put all my scripts in the `scripts` namespace
Diffstat (limited to 'hm')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 26 |
1 files changed, 1 insertions, 25 deletions
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 |