diff options
author | Alan Pearce | 2025-03-12 11:17:22 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-12 11:17:22 +0100 |
commit | 2f0300d9d58742aeb1fca38ab54ad7915742c4e4 (patch) | |
tree | 1ad0c1f21193b4485b0e90da539a4ca71ad424c1 /user | |
parent | a6e18b5841fee0472ce2275aa06c842d1ca8c233 (diff) | |
download | nixfiles-2f0300d9d58742aeb1fca38ab54ad7915742c4e4.tar.lz nixfiles-2f0300d9d58742aeb1fca38ab54ad7915742c4e4.tar.zst nixfiles-2f0300d9d58742aeb1fca38ab54ad7915742c4e4.zip |
remove unused `up` package
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/shell.nix | 1 |
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 ]; } |