From f053aa19283eac62f02b3a12008457ae728dc71f Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 13 Apr 2025 02:50:14 +0200 Subject: [PATCH] add zip --- modules/apps/terminal.nix | 1 + modules/terminal/zsh.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/apps/terminal.nix b/modules/apps/terminal.nix index 24d8567..253662d 100644 --- a/modules/apps/terminal.nix +++ b/modules/apps/terminal.nix @@ -39,6 +39,7 @@ in { tmux unzip wakeonlan + zip ]; environment.sessionVariables = rec { diff --git a/modules/terminal/zsh.nix b/modules/terminal/zsh.nix index e33a43a..685d9ca 100644 --- a/modules/terminal/zsh.nix +++ b/modules/terminal/zsh.nix @@ -35,6 +35,7 @@ in { reboot-to-windows = "sudo efibootmgr -n 0000"; mkdir = "mkdir -p"; l = "ls -lAh --group-directories-first"; + zip = "zip -r"; }; ohMyZsh = {