diff options
-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 ]; } |