all repos — nixfiles @ 60502999b37b2999db890b9bceedf66394e64ec0

System and user configuration, managed by nix and home-manager

Move shell-agnostic packages from zsh->shell.nix
Alan Pearce alan@alanpearce.eu
Sun, 20 Aug 2023 05:40:48 +0200
commit

60502999b37b2999db890b9bceedf66394e64ec0

parent

2758a7cc46a933647f221c075cebf03fb8118a6c

2 files changed, 10 insertions(+), 9 deletions(-)

jump to
M user/settings/shell.nixuser/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.nixuser/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 = {