Move shell-agnostic packages from zsh->shell.nix
Alan Pearce alan@alanpearce.eu
Sun, 20 Aug 2023 05:40:48 +0200
2 files changed, 10 insertions(+), 9 deletions(-)
M user/settings/shell.nix → user/settings/shell.nix
@@ -122,6 +122,16 @@ ngc = "nix-collect-garbage --delete-older-than 30d"; 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 ))";
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -23,16 +23,7 @@ }; in { home.packages = with pkgs; [ - fzf - gh - ghq - delta - git - gitui - gitstatus - git-lfs zsh-completions - up ]; home.sessionVariables = {