From 60502999b37b2999db890b9bceedf66394e64ec0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 20 Aug 2023 05:40:48 +0200 Subject: Move shell-agnostic packages from zsh->shell.nix --- user/settings/shell.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'user/settings/shell.nix') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 6a720894..ab9bafed 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -122,6 +122,16 @@ in sngc = "sudo nix-collect-garbage --delete-older-than 30d"; }; }; + home.packages = with pkgs; [ + fzf + gh + ghq + delta + git + gitui + gitstatus + up + ]; programs.zsh = { shellAliases = { history = "fc -l $(( $LINES - 2 ))"; -- cgit 1.4.1