summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2025-03-12 11:17:22 +0100
committerAlan Pearce2025-03-12 11:17:22 +0100
commit2f0300d9d58742aeb1fca38ab54ad7915742c4e4 (patch)
tree1ad0c1f21193b4485b0e90da539a4ca71ad424c1 /user
parenta6e18b5841fee0472ce2275aa06c842d1ca8c233 (diff)
downloadnixfiles-2f0300d9d58742aeb1fca38ab54ad7915742c4e4.tar.lz
nixfiles-2f0300d9d58742aeb1fca38ab54ad7915742c4e4.tar.zst
nixfiles-2f0300d9d58742aeb1fca38ab54ad7915742c4e4.zip
remove unused `up` package
Diffstat (limited to 'user')
-rw-r--r--user/settings/shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index a8a525a6..33130556 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -148,6 +148,5 @@ in
   };
   home.packages = with pkgs; [
     fzf
-    up
   ];
 }