summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-08-20 05:40:48 +0200
committerAlan Pearce2023-08-20 05:42:13 +0200
commit60502999b37b2999db890b9bceedf66394e64ec0 (patch)
treee15e308f09c7734bd8ace3662c4c3c0fa34fc849
parent2758a7cc46a933647f221c075cebf03fb8118a6c (diff)
downloadnixfiles-60502999b37b2999db890b9bceedf66394e64ec0.tar.lz
nixfiles-60502999b37b2999db890b9bceedf66394e64ec0.tar.zst
nixfiles-60502999b37b2999db890b9bceedf66394e64ec0.zip
Move shell-agnostic packages from zsh->shell.nix
-rw-r--r--user/settings/shell.nix10
-rw-r--r--user/settings/zsh.nix9
2 files changed, 10 insertions, 9 deletions
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 ))";
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index facd0efa..32070518 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -23,16 +23,7 @@ let
 in
 {
   home.packages = with pkgs; [
-    fzf
-    gh
-    ghq
-    delta
-    git
-    gitui
-    gitstatus
-    git-lfs
     zsh-completions
-    up
   ];
 
   home.sessionVariables = {